#F7C9F2

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

Shades of Snuff #F7C9F2

Tints of Snuff #F7C9F2

Color information

#F7C9F2 (or 0xF7C9F2) is unknown color: approx Snuff. HEX triplet: F7, C9 and F2. RGB value is (247,201,242). Sum of RGB (Red+Green+Blue) = 247+201+242=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C9F2 is #08360D. Grayscale: #DBDBDB. Windows color (decimal): -538126 or 15911415. OLE color: 15911415.

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

Color convert

RGB247201242-
CMYK00.190.020.03
HSL306.52º74.19%87.84%-
HSV(B)306.52º18.62%96.86%-
XYZ75.2767.9693.15-
YUV219.43140.74147.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.80%
GREEN value IS 201 (78.91% from 255) = 29.13%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=35.80%
G=29.13%
B=35.07%

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
Decimal24720124200.190.020.03306.5274.1987.84
HexF7C9F2013231334a58
Octal36731136202323463112130
Binary111101111100100111110010010011101110011001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C9F2; }

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

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

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

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

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

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

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

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