#FDD9CD

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

Shades of Cinderella #FDD9CD

Tints of Cinderella #FDD9CD

Color information

#FDD9CD (or 0xFDD9CD) is unknown color: approx Cinderella. HEX triplet: FD, D9 and CD. RGB value is (253,217,205). Sum of RGB (Red+Green+Blue) = 253+217+205=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CD is #022632. Grayscale: #E2E2E2. Windows color (decimal): -140851 or 13490685. OLE color: 13490685.

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

Color convert

RGB253217205-
CMYK00.140.190.01
HSL15º92.31%89.8%-
HSV(B)15º18.97%99.22%-
XYZ76.3474.9268.19-
YUV226.4115.93146.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=37.48%
G=32.15%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321720500.140.190.011592.3189.8
HexFDD9CD0E131f5c5a
Octal37533131501623117134132
Binary11111101110110011100110101110100111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9CD; }

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

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

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

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

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

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

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

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