#F5D6CC

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

Shades of Cinderella #F5D6CC

Tints of Cinderella #F5D6CC

Color information

#F5D6CC (or 0xF5D6CC) is unknown color: approx Cinderella. HEX triplet: F5, D6 and CC. RGB value is (245,214,204). Sum of RGB (Red+Green+Blue) = 245+214+204=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D6CC is #0A2933. Grayscale: #DEDEDE. Windows color (decimal): -665908 or 13424373. OLE color: 13424373.

HSL color Cylindrical-coordinate representation of color #F5D6CC: hue angle of 14.63º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5D6CC is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245214204-
CMYK00.130.170.04
HSL14.63º67.21%88.04%-
HSV(B)14.63º16.73%96.08%-
XYZ72.671.8767.17-
YUV222.13117.77144.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 214 (83.98% from 255) = 32.28%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=36.95%
G=32.28%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521420400.130.170.0414.6367.2188.04
HexF5D6CC0D114f4358
Octal36532631401521417103130
Binary1111010111010110110011000110110001100111110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D6CC; }

 p { color: rgb(245,214,204); }

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

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

 a { background-color: rgb(245,214,204); }

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

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

 span { border-color: rgb(245,214,204); }

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