#FDCADE

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

Shades of Classic Rose #FDCADE

Tints of Classic Rose #FDCADE

Color information

#FDCADE (or 0xFDCADE) is unknown color: approx Classic Rose. HEX triplet: FD, CA and DE. RGB value is (253,202,222). Sum of RGB (Red+Green+Blue) = 253+202+222=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADE is #023521. Grayscale: #DBDBDB. Windows color (decimal): -144674 or 14600957. OLE color: 14600957.

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

Color convert

RGB253202222-
CMYK00.200.120.01
HSL336.47º92.73%89.22%-
HSV(B)336.47º20.16%99.22%-
XYZ74.8168.478.37-
YUV219.53129.4151.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=37.37%
G=29.84%
B=32.79%

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
Decimal25320222200.200.120.01336.4792.7389.22
HexFDCADE014C11505d59
Octal375312336024141520135131
Binary1111110111001010110111100101001100110101000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCADE; }

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

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

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

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

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

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

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

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