#FFD8CA

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

Shades of Cinderella #FFD8CA

Tints of Cinderella #FFD8CA

Color information

#FFD8CA (or 0xFFD8CA) is unknown color: approx Cinderella. HEX triplet: FF, D8 and CA. RGB value is (255,216,202). Sum of RGB (Red+Green+Blue) = 255+216+202=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8CA is #002735. Grayscale: #E2E2E2. Windows color (decimal): -10038 or 13293823. OLE color: 13293823.

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

Color convert

RGB255216202-
CMYK00.150.210
HSL15.85º100%89.61%-
HSV(B)15.85º20.78%100%-
XYZ76.4674.6466.25-
YUV226.06114.42148.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=37.89%
G=32.10%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521620200.150.21015.8510089.61
HexFFD8CA0F15010645a
Octal37733031201725020144132
Binary111111111101100011001010011111010101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8CA; }

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

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

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

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

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

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

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

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