#FCCAE6

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

Shades of Classic Rose #FCCAE6

Tints of Classic Rose #FCCAE6

Color information

#FCCAE6 (or 0xFCCAE6) is unknown color: approx Classic Rose. HEX triplet: FC, CA and E6. RGB value is (252,202,230). Sum of RGB (Red+Green+Blue) = 252+202+230=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAE6 is #033519. Grayscale: #DCDCDC. Windows color (decimal): -210202 or 15125244. OLE color: 15125244.

HSL color Cylindrical-coordinate representation of color #FCCAE6: hue angle of 326.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAE6 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252202230-
CMYK00.200.090.01
HSL326.4º89.29%89.02%-
HSV(B)326.4º19.84%98.82%-
XYZ75.5568.6584.13-
YUV220.14133.56150.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=36.84%
G=29.53%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220223000.200.090.01326.489.2989.02
HexFCCAE6014911465959
Octal374312346024111506131131
Binary1111110011001010111001100101001001110100011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAE6; }

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

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

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

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

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

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

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

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