#FFD8C6

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

Shades of Cinderella #FFD8C6

Tints of Cinderella #FFD8C6

Color information

#FFD8C6 (or 0xFFD8C6) is unknown color: approx Cinderella. HEX triplet: FF, D8 and C6. RGB value is (255,216,198). Sum of RGB (Red+Green+Blue) = 255+216+198=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C6 is #002739. Grayscale: #E1E1E1. Windows color (decimal): -10042 or 13031679. OLE color: 13031679.

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

Color convert

RGB255216198-
CMYK00.150.220
HSL18.95º100%88.82%-
HSV(B)18.95º22.35%100%-
XYZ75.9974.4563.79-
YUV225.61112.42148.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 216 (84.77% from 255) = 32.29%
BLUE value IS 198 (77.73% from 255) = 29.60%
R=38.12%
G=32.29%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521619800.150.22018.9510088.82
HexFFD8C60F160136459
Octal37733030601726023144131
Binary111111111101100011000110011111011001001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8C6; }

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

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

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

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

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

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

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

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