#FCCADE

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

Shades of Classic Rose #FCCADE

Tints of Classic Rose #FCCADE

Color information

#FCCADE (or 0xFCCADE) is unknown color: approx Classic Rose. HEX triplet: FC, CA and DE. RGB value is (252,202,222). Sum of RGB (Red+Green+Blue) = 252+202+222=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADE is #033521. Grayscale: #DBDBDB. Windows color (decimal): -210210 or 14600956. OLE color: 14600956.

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

Color convert

RGB252202222-
CMYK00.200.120.01
HSL336º89.29%89.02%-
HSV(B)336º19.84%98.82%-
XYZ74.4568.2178.35-
YUV219.23129.56151.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=37.28%
G=29.88%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220222200.200.120.0133689.2989.02
HexFCCADE014C11505959
Octal374312336024141520131131
Binary1111110011001010110111100101001100110101000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCADE; }

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

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

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

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

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

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

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

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