#FC91CA

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

Shades of Tea Rose #FC91CA

Tints of Tea Rose #FC91CA

Color information

#FC91CA (or 0xFC91CA) is unknown color: approx Tea Rose. HEX triplet: FC, 91 and CA. RGB value is (252,145,202). Sum of RGB (Red+Green+Blue) = 252+145+202=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91CA is #036E35. Grayscale: #B7B7B7. Windows color (decimal): -224822 or 13275644. OLE color: 13275644.

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

Color convert

RGB252145202-
CMYK00.420.200.01
HSL328.04º94.69%77.84%-
HSV(B)328.04º42.46%98.82%-
XYZ60.9345.2161.39-
YUV183.49138.45176.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=42.07%
G=24.21%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214520200.420.200.01328.0494.6977.84
HexFC91CA02A1411485f4e
Octal374221312052241510137116
Binary111111001001000111001010010101010100110100100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91CA; }

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

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

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

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

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

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

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

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