#FFCDE9

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

Shades of Classic Rose #FFCDE9

Tints of Classic Rose #FFCDE9

Color information

#FFCDE9 (or 0xFFCDE9) is unknown color: approx Classic Rose. HEX triplet: FF, CD and E9. RGB value is (255,205,233). Sum of RGB (Red+Green+Blue) = 255+205+233=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDE9 is #003216. Grayscale: #DFDFDF. Windows color (decimal): -12823 or 15322623. OLE color: 15322623.

HSL color Cylindrical-coordinate representation of color #FFCDE9: hue angle of 326.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDE9 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255205233-
CMYK00.200.090
HSL326.4º100%90.2%-
HSV(B)326.4º19.61%100%-
XYZ77.7870.8186.66-
YUV223.14133.56150.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=36.80%
G=29.58%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520523300.200.090326.410090.2
HexFFCDE901490146645a
Octal377315351024110506144132
Binary1111111111001101111010010101001001010100011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCDE9; }

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

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

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

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

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

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

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

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