#FB84CE

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

Shades of Tea Rose #FB84CE

Tints of Tea Rose #FB84CE

Color information

#FB84CE (or 0xFB84CE) is unknown color: approx Tea Rose. HEX triplet: FB, 84 and CE. RGB value is (251,132,206). Sum of RGB (Red+Green+Blue) = 251+132+206=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84CE is #047B31. Grayscale: #AFAFAF. Windows color (decimal): -293682 or 13534459. OLE color: 13534459.

HSL color Cylindrical-coordinate representation of color #FB84CE: hue angle of 322.69º 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 #FB84CE is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251132206-
CMYK00.470.180.02
HSL322.69º93.7%75.1%-
HSV(B)322.69º47.41%98.43%-
XYZ59.1841.4763.28-
YUV176.02144.92181.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 132 (51.95% from 255) = 22.41%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=42.61%
G=22.41%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113220600.470.180.02322.6993.775.1
HexFB84CE02F1221435e4b
Octal373204316057222503136113
Binary1111101110000100110011100101111100101010100001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84CE; }

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

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

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

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

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

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

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

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