#FC91CC

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

Shades of Tea Rose #FC91CC

Tints of Tea Rose #FC91CC

Color information

#FC91CC (or 0xFC91CC) is unknown color: approx Tea Rose. HEX triplet: FC, 91 and CC. RGB value is (252,145,204). Sum of RGB (Red+Green+Blue) = 252+145+204=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91CC is #036E33. Grayscale: #B7B7B7. Windows color (decimal): -224820 or 13406716. OLE color: 13406716.

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

Color convert

RGB252145204-
CMYK00.420.190.01
HSL326.92º94.69%77.84%-
HSV(B)326.92º42.46%98.82%-
XYZ61.1745.3162.65-
YUV183.72139.45176.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=41.93%
G=24.13%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214520400.420.190.01326.9294.6977.84
HexFC91CC02A1311475f4e
Octal374221314052231507137116
Binary111111001001000111001100010101010011110100011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91CC; }

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

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

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

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

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

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

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

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