#F7C8EE

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

Shades of Snuff #F7C8EE

Tints of Snuff #F7C8EE

Color information

#F7C8EE (or 0xF7C8EE) is unknown color: approx Snuff. HEX triplet: F7, C8 and EE. RGB value is (247,200,238). Sum of RGB (Red+Green+Blue) = 247+200+238=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8EE is #083711. Grayscale: #DADADA. Windows color (decimal): -538386 or 15649015. OLE color: 15649015.

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

Color convert

RGB247200238-
CMYK00.190.040.03
HSL311.49º74.6%87.65%-
HSV(B)311.49º19.03%96.86%-
XYZ74.4467.2689.95-
YUV218.38139.07148.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.06%
GREEN value IS 200 (78.52% from 255) = 29.20%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=36.06%
G=29.20%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720023800.190.040.03311.4974.687.65
HexF7C8EE013431374b58
Octal36731035602343467113130
Binary1111011111001000111011100100111001110011011110010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8EE; }

 p { color: rgb(247,200,238); }

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

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

 a { background-color: rgb(247,200,238); }

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

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

 span { border-color: rgb(247,200,238); }

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