#FFD6C5

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

Shades of Cinderella #FFD6C5

Tints of Cinderella #FFD6C5

Color information

#FFD6C5 (or 0xFFD6C5) is unknown color: approx Cinderella. HEX triplet: FF, D6 and C5. RGB value is (255,214,197). Sum of RGB (Red+Green+Blue) = 255+214+197=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C5 is #00293A. Grayscale: #E0E0E0. Windows color (decimal): -10555 or 12965631. OLE color: 12965631.

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

Color convert

RGB255214197-
CMYK00.160.230
HSL17.59º100%88.63%-
HSV(B)17.59º22.75%100%-
XYZ75.3673.3863.02-
YUV224.32112.58149.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 197 (77.34% from 255) = 29.58%
R=38.29%
G=32.13%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521419700.160.23017.5910088.63
HexFFD6C5010170126459
Octal37732630502027022144131
Binary1111111111010110110001010100001011101001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6C5; }

 p { color: rgb(255,214,197); }

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

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

 a { background-color: rgb(255,214,197); }

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

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

 span { border-color: rgb(255,214,197); }

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