#F7D6DF

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

Shades of Cherub #F7D6DF

Tints of Cherub #F7D6DF

Color information

#F7D6DF (or 0xF7D6DF) is unknown color: approx Cherub. HEX triplet: F7, D6 and DF. RGB value is (247,214,223). Sum of RGB (Red+Green+Blue) = 247+214+223=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6DF is #082920. Grayscale: #E0E0E0. Windows color (decimal): -534817 or 14669559. OLE color: 14669559.

HSL color Cylindrical-coordinate representation of color #F7D6DF: hue angle of 343.64º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D6DF is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247214223-
CMYK00.130.100.03
HSL343.64º67.35%90.39%-
HSV(B)343.64º13.36%96.86%-
XYZ75.7273.279.95-
YUV224.89126.93143.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=36.11%
G=31.29%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721422300.130.100.03343.6467.3590.39
HexF7D6DF0DA3158435a
Octal367326337015123530103132
Binary1111011111010110110111110110110101110101100010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D6DF; }

 p { color: rgb(247,214,223); }

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

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

 a { background-color: rgb(247,214,223); }

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

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

 span { border-color: rgb(247,214,223); }

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