#F7D6F2

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

Shades of Snuff #F7D6F2

Tints of Snuff #F7D6F2

Color information

#F7D6F2 (or 0xF7D6F2) is unknown color: approx Snuff. HEX triplet: F7, D6 and F2. RGB value is (247,214,242). Sum of RGB (Red+Green+Blue) = 247+214+242=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6F2 is #08290D. Grayscale: #E2E2E2. Windows color (decimal): -534798 or 15914743. OLE color: 15914743.

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

Color convert

RGB247214242-
CMYK00.130.020.03
HSL309.09º67.35%90.39%-
HSV(B)309.09º13.36%96.86%-
XYZ78.4374.2894.21-
YUV227.06136.43142.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.14%
GREEN value IS 214 (83.98% from 255) = 30.44%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=35.14%
G=30.44%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721424200.130.020.03309.0967.3590.39
HexF7D6F20D23135435a
Octal36732636201523465103132
Binary11110111110101101111001001101101110011010110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D6F2; }

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

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

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

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

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

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

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

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