#FB91CB

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

Shades of Tea Rose #FB91CB

Tints of Tea Rose #FB91CB

Color information

#FB91CB (or 0xFB91CB) is unknown color: approx Tea Rose. HEX triplet: FB, 91 and CB. RGB value is (251,145,203). Sum of RGB (Red+Green+Blue) = 251+145+203=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91CB is #046E34. Grayscale: #B7B7B7. Windows color (decimal): -290357 or 13341179. OLE color: 13341179.

HSL color Cylindrical-coordinate representation of color #FB91CB: hue angle of 327.17º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91CB is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251145203-
CMYK00.420.190.02
HSL327.17º92.98%77.65%-
HSV(B)327.17º42.23%98.43%-
XYZ60.6945.0762-
YUV183.31139.12176.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=41.90%
G=24.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114520300.420.190.02327.1792.9877.65
HexFB91CB02A1321475d4e
Octal373221313052232507135116
Binary1111101110010001110010110101010100111010100011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91CB; }

 p { color: rgb(251,145,203); }

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

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

 a { background-color: rgb(251,145,203); }

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

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

 span { border-color: rgb(251,145,203); }

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