#FFD5C6

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

Shades of Cinderella #FFD5C6

Tints of Cinderella #FFD5C6

Color information

#FFD5C6 (or 0xFFD5C6) is unknown color: approx Cinderella. HEX triplet: FF, D5 and C6. RGB value is (255,213,198). Sum of RGB (Red+Green+Blue) = 255+213+198=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5C6 is #002A39. Grayscale: #DFDFDF. Windows color (decimal): -10810 or 13030911. OLE color: 13030911.

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

Color convert

RGB255213198-
CMYK00.160.220
HSL15.79º100%88.82%-
HSV(B)15.79º22.35%100%-
XYZ75.2372.9363.54-
YUV223.85113.41150.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 198 (77.73% from 255) = 29.73%
R=38.29%
G=31.98%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521319800.160.22015.7910088.82
HexFFD5C6010160106459
Octal37732530602026020144131
Binary1111111111010101110001100100001011001000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5C6; }

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

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

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

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

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

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

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

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