#FDD6CD

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

Shades of Cinderella #FDD6CD

Tints of Cinderella #FDD6CD

Color information

#FDD6CD (or 0xFDD6CD) is unknown color: approx Cinderella. HEX triplet: FD, D6 and CD. RGB value is (253,214,205). Sum of RGB (Red+Green+Blue) = 253+214+205=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CD is #022932. Grayscale: #E0E0E0. Windows color (decimal): -141619 or 13489917. OLE color: 13489917.

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

Color convert

RGB253214205-
CMYK00.150.190.01
HSL11.25º92.31%89.8%-
HSV(B)11.25º18.97%99.22%-
XYZ75.5773.3867.94-
YUV224.64116.92148.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=37.65%
G=31.85%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321420500.150.190.0111.2592.3189.8
HexFDD6CD0F131b5c5a
Octal37532631501723113134132
Binary11111101110101101100110101111100111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6CD; }

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

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

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

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

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

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

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

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