#F7C7F2

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

Shades of Snuff #F7C7F2

Tints of Snuff #F7C7F2

Color information

#F7C7F2 (or 0xF7C7F2) is unknown color: approx Snuff. HEX triplet: F7, C7 and F2. RGB value is (247,199,242). Sum of RGB (Red+Green+Blue) = 247+199+242=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 199 (78.12% from 255 or 28.92% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C7F2 is #08380D. Grayscale: #DADADA. Windows color (decimal): -538638 or 15910903. OLE color: 15910903.

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

Color convert

RGB247199242-
CMYK00.190.020.03
HSL306.25º75%87.45%-
HSV(B)306.25º19.43%96.86%-
XYZ74.8167.0393-
YUV218.25141.4148.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.90%
GREEN value IS 199 (78.12% from 255) = 28.92%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=35.90%
G=28.92%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719924200.190.020.03306.257587.45
HexF7C7F2013231324b57
Octal36730736202323462113127
Binary111101111100011111110010010011101110011001010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7F2; }

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

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

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

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

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

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

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

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