#F4D7CD

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

Shades of Cinderella #F4D7CD

Tints of Cinderella #F4D7CD

Color information

#F4D7CD (or 0xF4D7CD) is unknown color: approx Cinderella. HEX triplet: F4, D7 and CD. RGB value is (244,215,205). Sum of RGB (Red+Green+Blue) = 244+215+205=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D7CD is #0B2832. Grayscale: #DEDEDE. Windows color (decimal): -731187 or 13490164. OLE color: 13490164.

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

Color convert

RGB244215205-
CMYK00.120.160.04
HSL15.38º63.93%88.04%-
HSV(B)15.38º15.98%95.69%-
XYZ72.6372.2467.87-
YUV222.53118.11143.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.75%
GREEN value IS 215 (84.38% from 255) = 32.38%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=36.75%
G=32.38%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421520500.120.160.0415.3863.9388.04
HexF4D7CD0C104f4058
Octal36432731501420417100130
Binary1111010011010111110011010110010000100111110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D7CD; }

 p { color: rgb(244,215,205); }

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

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

 a { background-color: rgb(244,215,205); }

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

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

 span { border-color: rgb(244,215,205); }

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