#F4D7CA

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

Shades of Cinderella #F4D7CA

Tints of Cinderella #F4D7CA

Color information

#F4D7CA (or 0xF4D7CA) is unknown color: approx Cinderella. HEX triplet: F4, D7 and CA. RGB value is (244,215,202). Sum of RGB (Red+Green+Blue) = 244+215+202=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D7CA is #0B2835. Grayscale: #DEDEDE. Windows color (decimal): -731190 or 13293556. OLE color: 13293556.

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

Color convert

RGB244215202-
CMYK00.120.170.04
HSL18.57º65.62%87.45%-
HSV(B)18.57º17.21%95.69%-
XYZ72.2772.165.98-
YUV222.19116.61143.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.91%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=36.91%
G=32.53%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421520200.120.170.0418.5765.6287.45
HexF4D7CA0C114134257
Octal36432731201421423102127
Binary11110100110101111100101001100100011001001110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D7CA; }

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

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

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

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

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

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

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

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