#FDD8CE

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

Shades of Cinderella #FDD8CE

Tints of Cinderella #FDD8CE

Color information

#FDD8CE (or 0xFDD8CE) is unknown color: approx Cinderella. HEX triplet: FD, D8 and CE. RGB value is (253,216,206). Sum of RGB (Red+Green+Blue) = 253+216+206=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CE is #022731. Grayscale: #E1E1E1. Windows color (decimal): -141106 or 13555965. OLE color: 13555965.

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

Color convert

RGB253216206-
CMYK00.150.190.01
HSL12.77º92.16%90%-
HSV(B)12.77º18.58%99.22%-
XYZ76.274.4568.75-
YUV225.92116.76147.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 206 (80.86% from 255) = 30.52%
R=37.48%
G=32%
B=30.52%

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
Decimal25321620600.150.190.0112.7792.1690
HexFDD8CE0F131d5c5a
Octal37533031601723115134132
Binary11111101110110001100111001111100111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8CE; }

 p { color: rgb(253,216,206); }

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

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

 a { background-color: rgb(253,216,206); }

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

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

 span { border-color: rgb(253,216,206); }

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