#FFD4C8

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

Shades of Cinderella #FFD4C8

Tints of Cinderella #FFD4C8

Color information

#FFD4C8 (or 0xFFD4C8) is unknown color: approx Cinderella. HEX triplet: FF, D4 and C8. RGB value is (255,212,200). Sum of RGB (Red+Green+Blue) = 255+212+200=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4C8 is #002B37. Grayscale: #DFDFDF. Windows color (decimal): -11064 or 13161727. OLE color: 13161727.

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

Color convert

RGB255212200-
CMYK00.170.220
HSL13.09º100%89.22%-
HSV(B)13.09º21.57%100%-
XYZ75.2172.5264.68-
YUV223.49114.75150.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 200 (78.52% from 255) = 29.99%
R=38.23%
G=31.78%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521220000.170.22013.0910089.22
HexFFD4C8011160d6459
Octal37732431002126015144131
Binary111111111101010011001000010001101100110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4C8; }

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

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

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

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

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

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

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

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