#FFD4C9

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

Shades of Cinderella #FFD4C9

Tints of Cinderella #FFD4C9

Color information

#FFD4C9 (or 0xFFD4C9) is unknown color: approx Cinderella. HEX triplet: FF, D4 and C9. RGB value is (255,212,201). Sum of RGB (Red+Green+Blue) = 255+212+201=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4C9 is #002B36. Grayscale: #DFDFDF. Windows color (decimal): -11063 or 13227263. OLE color: 13227263.

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

Color convert

RGB255212201-
CMYK00.170.210
HSL12.22º100%89.41%-
HSV(B)12.22º21.18%100%-
XYZ75.3372.5665.29-
YUV223.6115.25150.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 201 (78.91% from 255) = 30.09%
R=38.17%
G=31.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521220100.170.21012.2210089.41
HexFFD4C9011150c6459
Octal37732431102125014144131
Binary111111111101010011001001010001101010110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4C9; }

 p { color: rgb(255,212,201); }

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

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

 a { background-color: rgb(255,212,201); }

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

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

 span { border-color: rgb(255,212,201); }

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