#ffd0c4

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

Shades of Cinderella #FFD0C4

Tints of Cinderella #FFD0C4

Color information

#FFD0C4 (or 0xFFD0C4) is unknown color: approx Cinderella. HEX triplet: FF, D0 and C4. RGB value is (255,208,196). Sum of RGB (Red+Green+Blue) = 255+208+196=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C4 is #002F3B. Grayscale: #DCDCDC. Windows color (decimal): -12092 or 12898559. OLE color: 12898559.

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

Color convert

RGB255208196-
CMYK00.180.230
HSL12.2º100%88.43%-
HSV(B)12.2º23.14%100%-
XYZ73.7670.3661.92-
YUV220.68114.07152.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 196 (76.95% from 255) = 29.74%
R=38.69%
G=31.56%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520819600.180.23012.210088.43
HexFFD0C4012170c6458
Octal37732030402227014144130
Binary111111111101000011000100010010101110110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffd0c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffd0c4; }

 p { color: rgb(255,208,196); }

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

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

 a { background-color: rgb(255,208,196); }

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

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

 span { border-color: rgb(255,208,196); }

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