#FC95CD

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

Shades of Tea Rose #FC95CD

Tints of Tea Rose #FC95CD

Color information

#FC95CD (or 0xFC95CD) is unknown color: approx Tea Rose. HEX triplet: FC, 95 and CD. RGB value is (252,149,205). Sum of RGB (Red+Green+Blue) = 252+149+205=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95CD is #036A32. Grayscale: #BABABA. Windows color (decimal): -223795 or 13473276. OLE color: 13473276.

HSL color Cylindrical-coordinate representation of color #FC95CD: hue angle of 327.38º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC95CD is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252149205-
CMYK00.410.190.01
HSL327.38º94.5%78.63%-
HSV(B)327.38º40.87%98.82%-
XYZ61.9146.663.49-
YUV186.18138.62174.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=41.58%
G=24.59%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214920500.410.190.01327.3894.578.63
HexFC95CD0291311475e4f
Octal374225315051231507136117
Binary111111001001010111001101010100110011110100011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95CD; }

 p { color: rgb(252,149,205); }

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

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

 a { background-color: rgb(252,149,205); }

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

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

 span { border-color: rgb(252,149,205); }

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