#FFD7C8

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

Shades of Cinderella #FFD7C8

Tints of Cinderella #FFD7C8

Color information

#FFD7C8 (or 0xFFD7C8) is unknown color: approx Cinderella. HEX triplet: FF, D7 and C8. RGB value is (255,215,200). Sum of RGB (Red+Green+Blue) = 255+215+200=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C8 is #002837. Grayscale: #E1E1E1. Windows color (decimal): -10296 or 13162495. OLE color: 13162495.

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

Color convert

RGB255215200-
CMYK00.160.220
HSL16.36º100%89.22%-
HSV(B)16.36º21.57%100%-
XYZ75.9774.0364.93-
YUV225.25113.75149.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 200 (78.52% from 255) = 29.85%
R=38.06%
G=32.09%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521520000.160.22016.3610089.22
HexFFD7C8010160106459
Octal37732731002026020144131
Binary1111111111010111110010000100001011001000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7C8; }

 p { color: rgb(255,215,200); }

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

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

 a { background-color: rgb(255,215,200); }

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

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

 span { border-color: rgb(255,215,200); }

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