#F7D4CA

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

Shades of Cinderella #F7D4CA

Tints of Cinderella #F7D4CA

Color information

#F7D4CA (or 0xF7D4CA) is unknown color: approx Cinderella. HEX triplet: F7, D4 and CA. RGB value is (247,212,202). Sum of RGB (Red+Green+Blue) = 247+212+202=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4CA is #082B35. Grayscale: #DDDDDD. Windows color (decimal): -535350 or 13292791. OLE color: 13292791.

HSL color Cylindrical-coordinate representation of color #F7D4CA: hue angle of 13.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7D4CA is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247212202-
CMYK00.140.180.03
HSL13.33º73.77%88.04%-
HSV(B)13.33º18.22%96.86%-
XYZ72.5671.1365.78-
YUV221.32117.1146.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 212 (83.20% from 255) = 32.07%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=37.37%
G=32.07%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721220200.140.180.0313.3373.7788.04
HexF7D4CA0E123d4a58
Octal36732431201622315112130
Binary111101111101010011001010011101001011110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D4CA; }

 p { color: rgb(247,212,202); }

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

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

 a { background-color: rgb(247,212,202); }

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

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

 span { border-color: rgb(247,212,202); }

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