#FCCAE5

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

Shades of Classic Rose #FCCAE5

Tints of Classic Rose #FCCAE5

Color information

#FCCAE5 (or 0xFCCAE5) is unknown color: approx Classic Rose. HEX triplet: FC, CA and E5. RGB value is (252,202,229). Sum of RGB (Red+Green+Blue) = 252+202+229=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAE5 is #03351A. Grayscale: #DBDBDB. Windows color (decimal): -210203 or 15059708. OLE color: 15059708.

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

Color convert

RGB252202229-
CMYK00.200.090.01
HSL327.6º89.29%89.02%-
HSV(B)327.6º19.84%98.82%-
XYZ75.4168.5983.39-
YUV220.03133.06150.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=36.90%
G=29.58%
B=33.53%

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
Decimal25220222900.200.090.01327.689.2989.02
HexFCCAE5014911485959
Octal374312345024111510131131
Binary1111110011001010111001010101001001110100100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAE5; }

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

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

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

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

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

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

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

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