#FFD5C4

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

Shades of Cinderella #FFD5C4

Tints of Cinderella #FFD5C4

Color information

#FFD5C4 (or 0xFFD5C4) is unknown color: approx Cinderella. HEX triplet: FF, D5 and C4. RGB value is (255,213,196). Sum of RGB (Red+Green+Blue) = 255+213+196=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 196 (76.95% from 255 or 29.52% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5C4 is #002A3B. Grayscale: #DFDFDF. Windows color (decimal): -10812 or 12899839. OLE color: 12899839.

HSL color Cylindrical-coordinate representation of color #FFD5C4: hue angle of 17.29º 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 #FFD5C4 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255213196-
CMYK00.160.230
HSL17.29º100%88.43%-
HSV(B)17.29º23.14%100%-
XYZ7572.8362.33-
YUV223.62112.41150.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 196 (76.95% from 255) = 29.52%
R=38.40%
G=32.08%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521319600.160.23017.2910088.43
HexFFD5C4010170116458
Octal37732530402027021144130
Binary1111111111010101110001000100001011101000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5C4; }

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

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

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

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

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

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

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

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