#FC91BD

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

Shades of Tea Rose #FC91BD

Tints of Tea Rose #FC91BD

Color information

#FC91BD (or 0xFC91BD) is unknown color: approx Tea Rose. HEX triplet: FC, 91 and BD. RGB value is (252,145,189). Sum of RGB (Red+Green+Blue) = 252+145+189=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91BD is #036E42. Grayscale: #B5B5B5. Windows color (decimal): -224835 or 12423676. OLE color: 12423676.

HSL color Cylindrical-coordinate representation of color #FC91BD: hue angle of 335.33º 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 #FC91BD is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252145189-
CMYK00.420.250.01
HSL335.33º94.69%77.84%-
HSV(B)335.33º42.46%98.82%-
XYZ59.4644.6253.62-
YUV182.01131.95177.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=43.00%
G=24.74%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214518900.420.250.01335.3394.6977.84
HexFC91BD02A19114f5f4e
Octal374221275052311517137116
Binary111111001001000110111101010101011001110100111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91BD; }

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

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

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

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

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

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

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

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