#FDCDE9

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

Shades of Classic Rose #FDCDE9

Tints of Classic Rose #FDCDE9

Color information

#FDCDE9 (or 0xFDCDE9) is unknown color: approx Classic Rose. HEX triplet: FD, CD and E9. RGB value is (253,205,233). Sum of RGB (Red+Green+Blue) = 253+205+233=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDE9 is #023216. Grayscale: #DEDEDE. Windows color (decimal): -143895 or 15322621. OLE color: 15322621.

HSL color Cylindrical-coordinate representation of color #FDCDE9: hue angle of 325º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDE9 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253205233-
CMYK00.190.080.01
HSL325º92.31%89.8%-
HSV(B)325º18.97%99.22%-
XYZ77.0570.4386.62-
YUV222.54133.9149.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=36.61%
G=29.67%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320523300.190.080.0132592.3189.8
HexFDCDE9013811455c5a
Octal375315351023101505134132
Binary1111110111001101111010010100111000110100010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDE9; }

 p { color: rgb(253,205,233); }

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

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

 a { background-color: rgb(253,205,233); }

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

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

 span { border-color: rgb(253,205,233); }

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