#F7E0F1

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

Shades of Snuff #F7E0F1

Tints of Snuff #F7E0F1

Color information

#F7E0F1 (or 0xF7E0F1) is unknown color: approx Snuff. HEX triplet: F7, E0 and F1. RGB value is (247,224,241). Sum of RGB (Red+Green+Blue) = 247+224+241=712 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.69% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0F1 is #081F0E. Grayscale: #E8E8E8. Windows color (decimal): -532239 or 15851767. OLE color: 15851767.

HSL color Cylindrical-coordinate representation of color #F7E0F1: hue angle of 315.65º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E0F1 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB247224241-
CMYK00.090.020.03
HSL315.65º58.97%92.35%-
HSV(B)315.65º9.31%96.86%-
XYZ80.8979.4494.29-
YUV232.82132.62138.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.69%
GREEN value IS 224 (87.89% from 255) = 31.46%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=34.69%
G=31.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722424100.090.020.03315.6558.9792.35
HexF7E0F1092313c3b5c
Octal3673403610112347473134
Binary1111011111100000111100010100110111001111001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0F1; }

 p { color: rgb(247,224,241); }

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

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

 a { background-color: rgb(247,224,241); }

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

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

 span { border-color: rgb(247,224,241); }

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