#F7D6DB

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

Shades of Cherub #F7D6DB

Tints of Cherub #F7D6DB

Color information

#F7D6DB (or 0xF7D6DB) is unknown color: approx Cherub. HEX triplet: F7, D6 and DB. RGB value is (247,214,219). Sum of RGB (Red+Green+Blue) = 247+214+219=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6DB is #082924. Grayscale: #E0E0E0. Windows color (decimal): -534821 or 14407415. OLE color: 14407415.

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

Color convert

RGB247214219-
CMYK00.130.110.03
HSL350.91º67.35%90.39%-
HSV(B)350.91º13.36%96.86%-
XYZ75.1972.9877.14-
YUV224.44124.93144.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.32%
GREEN value IS 214 (83.98% from 255) = 31.47%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=36.32%
G=31.47%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721421900.130.110.03350.9167.3590.39
HexF7D6DB0DB315f435a
Octal367326333015133537103132
Binary1111011111010110110110110110110111110101111110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D6DB; }

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

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

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

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

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

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

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

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