#FDD6CC

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

Shades of Cinderella #FDD6CC

Tints of Cinderella #FDD6CC

Color information

#FDD6CC (or 0xFDD6CC) is unknown color: approx Cinderella. HEX triplet: FD, D6 and CC. RGB value is (253,214,204). Sum of RGB (Red+Green+Blue) = 253+214+204=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CC is #022933. Grayscale: #E0E0E0. Windows color (decimal): -141620 or 13424381. OLE color: 13424381.

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

Color convert

RGB253214204-
CMYK00.150.190.01
HSL12.24º92.45%89.61%-
HSV(B)12.24º19.37%99.22%-
XYZ75.4573.3467.31-
YUV224.52116.42148.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=37.70%
G=31.89%
B=30.40%

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
Decimal25321420400.150.190.0112.2492.4589.61
HexFDD6CC0F131c5c5a
Octal37532631401723114134132
Binary11111101110101101100110001111100111110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6CC; }

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

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

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

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

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

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

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

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