#FC91BB

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

Shades of Tea Rose #FC91BB

Tints of Tea Rose #FC91BB

Color information

#FC91BB (or 0xFC91BB) is unknown color: approx Tea Rose. HEX triplet: FC, 91 and BB. RGB value is (252,145,187). Sum of RGB (Red+Green+Blue) = 252+145+187=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91BB is #036E44. Grayscale: #B5B5B5. Windows color (decimal): -224837 or 12292604. OLE color: 12292604.

HSL color Cylindrical-coordinate representation of color #FC91BB: hue angle of 336.45º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91BB is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252145187-
CMYK00.420.260.01
HSL336.45º94.69%77.84%-
HSV(B)336.45º42.46%98.82%-
XYZ59.2444.5352.49-
YUV181.78130.95178.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=43.15%
G=24.83%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214518700.420.260.01336.4594.6977.84
HexFC91BB02A1A11505f4e
Octal374221273052321520137116
Binary111111001001000110111011010101011010110101000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91BB; }

 p { color: rgb(252,145,187); }

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

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

 a { background-color: rgb(252,145,187); }

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

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

 span { border-color: rgb(252,145,187); }

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