#FCCAE8

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

Shades of Classic Rose #FCCAE8

Tints of Classic Rose #FCCAE8

Color information

#FCCAE8 (or 0xFCCAE8) is unknown color: approx Classic Rose. HEX triplet: FC, CA and E8. RGB value is (252,202,232). Sum of RGB (Red+Green+Blue) = 252+202+232=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAE8 is #033517. Grayscale: #DCDCDC. Windows color (decimal): -210200 or 15256316. OLE color: 15256316.

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

Color convert

RGB252202232-
CMYK00.200.080.01
HSL324º89.29%89.02%-
HSV(B)324º19.84%98.82%-
XYZ75.8368.7685.62-
YUV220.37134.56150.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 202 (79.30% from 255) = 29.45%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=36.73%
G=29.45%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220223200.200.080.0132489.2989.02
HexFCCAE8014811445959
Octal374312350024101504131131
Binary1111110011001010111010000101001000110100010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAE8; }

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

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

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

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

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

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

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

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