#F7C8EF

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

Shades of Snuff #F7C8EF

Tints of Snuff #F7C8EF

Color information

#F7C8EF (or 0xF7C8EF) is unknown color: approx Snuff. HEX triplet: F7, C8 and EF. RGB value is (247,200,239). Sum of RGB (Red+Green+Blue) = 247+200+239=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8EF is #083710. Grayscale: #DADADA. Windows color (decimal): -538385 or 15714551. OLE color: 15714551.

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

Color convert

RGB247200239-
CMYK00.190.030.03
HSL310.21º74.6%87.65%-
HSV(B)310.21º19.03%96.86%-
XYZ74.5967.3190.72-
YUV218.5139.57148.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.01%
GREEN value IS 200 (78.52% from 255) = 29.15%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=36.01%
G=29.15%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720023900.190.030.03310.2174.687.65
HexF7C8EF013331364b58
Octal36731035702333466113130
Binary111101111100100011101111010011111110011011010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8EF; }

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

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

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

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

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

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

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

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