#FB84BE

Color #FB84BE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FB84BE

Tints of Tea Rose #FB84BE

Color information

#FB84BE (or 0xFB84BE) is unknown color: approx Tea Rose. HEX triplet: FB, 84 and BE. RGB value is (251,132,190). Sum of RGB (Red+Green+Blue) = 251+132+190=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84BE is #047B41. Grayscale: #AEAEAE. Windows color (decimal): -293698 or 12485883. OLE color: 12485883.

HSL color Cylindrical-coordinate representation of color #FB84BE: hue angle of 330.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84BE is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251132190-
CMYK00.470.240.02
HSL330.76º93.7%75.1%-
HSV(B)330.76º47.41%98.43%-
XYZ57.3340.7353.56-
YUV174.19136.92182.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=43.80%
G=23.04%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113219000.470.240.02330.7693.775.1
HexFB84BE02F18214b5e4b
Octal373204276057302513136113
Binary1111101110000100101111100101111110001010100101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84BE; }

 p { color: rgb(251,132,190); }

 H1.HeaderClassName
 {
   color: #FB84BE;
 }
 .AnyTagClassName
 {
   color: #FB84BE;
 }
</style>
background-color css

<style>
 a { background-color: #FB84BE; }

 a { background-color: rgb(251,132,190); }

 div.DivClassName
 {
   background-color: #FB84BE;
 }
 .BgClassName
 {
   background-color: #FB84BE;
 }
</style>
border-color css

<style>
 span { border-color: #FB84BE; }

 span { border-color: rgb(251,132,190); }

 td.TdClassName
 {
   border-color: #FB84BE;
 }
 .TagClassName
 {
   border-color: #FB84BE;
 }
</style>