#F5D5CC

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

Shades of Cinderella #F5D5CC

Tints of Cinderella #F5D5CC

Color information

#F5D5CC (or 0xF5D5CC) is unknown color: approx Cinderella. HEX triplet: F5, D5 and CC. RGB value is (245,213,204). Sum of RGB (Red+Green+Blue) = 245+213+204=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5CC is #0A2A33. Grayscale: #DDDDDD. Windows color (decimal): -666164 or 13424117. OLE color: 13424117.

HSL color Cylindrical-coordinate representation of color #F5D5CC: hue angle of 13.17º 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 #F5D5CC is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245213204-
CMYK00.130.170.04
HSL13.17º67.21%88.04%-
HSV(B)13.17º16.73%96.08%-
XYZ72.3571.3667.09-
YUV221.54118.1144.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=37.01%
G=32.18%
B=30.82%

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
Decimal24521320400.130.170.0413.1767.2188.04
HexF5D5CC0D114d4358
Octal36532531401521415103130
Binary1111010111010101110011000110110001100110110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D5CC; }

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

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

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

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

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

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

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

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