#FC95CB

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

Shades of Tea Rose #FC95CB

Tints of Tea Rose #FC95CB

Color information

#FC95CB (or 0xFC95CB) is unknown color: approx Tea Rose. HEX triplet: FC, 95 and CB. RGB value is (252,149,203). Sum of RGB (Red+Green+Blue) = 252+149+203=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95CB is #036A34. Grayscale: #B9B9B9. Windows color (decimal): -223797 or 13342204. OLE color: 13342204.

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

Color convert

RGB252149203-
CMYK00.410.190.01
HSL328.54º94.5%78.63%-
HSV(B)328.54º40.87%98.82%-
XYZ61.6746.562.23-
YUV185.95137.62175.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=41.72%
G=24.67%
B=33.61%

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
Decimal25214920300.410.190.01328.5494.578.63
HexFC95CB0291311495e4f
Octal374225313051231511136117
Binary111111001001010111001011010100110011110100100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95CB; }

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

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

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

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

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

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

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

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