#FDD9C9

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

Shades of Cinderella #FDD9C9

Tints of Cinderella #FDD9C9

Color information

#FDD9C9 (or 0xFDD9C9) is unknown color: approx Cinderella. HEX triplet: FD, D9 and C9. RGB value is (253,217,201). Sum of RGB (Red+Green+Blue) = 253+217+201=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9C9 is #022636. Grayscale: #E2E2E2. Windows color (decimal): -140855 or 13228541. OLE color: 13228541.

HSL color Cylindrical-coordinate representation of color #FDD9C9: hue angle of 18.46º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDD9C9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253217201-
CMYK00.140.210.01
HSL18.46º92.86%89.02%-
HSV(B)18.46º20.55%99.22%-
XYZ75.8674.7365.68-
YUV225.94113.93147.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 201 (78.91% from 255) = 29.96%
R=37.70%
G=32.34%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321720100.140.210.0118.4692.8689.02
HexFDD9C90E151125d59
Octal37533131101625122135131
Binary111111011101100111001001011101010111001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9C9; }

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

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

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

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

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

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

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

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