#FEF7F6

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

Shades of Snow #FEF7F6

Tints of Snow #FEF7F6

Color information

#FEF7F6 (or 0xFEF7F6) is unknown color: approx Snow. HEX triplet: FE, F7 and F6. RGB value is (254,247,246). Sum of RGB (Red+Green+Blue) = 254+247+246=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 247 (96.88% from 255 or 33.07% from 747); Blue value is 246 (96.48% from 255 or 32.93% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7F6 is #010809. Grayscale: #F8F8F8. Windows color (decimal): -67594 or 16185342. OLE color: 16185342.

HSL color Cylindrical-coordinate representation of color #FEF7F6: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF7F6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254247246-
CMYK00.030.030.00
HSL7.5º80%98.04%-
HSV(B)7.5º3.15%99.61%-
XYZ90.7794.25100.6-
YUV248.98126.32131.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 247 (96.88% from 255) = 33.07%
BLUE value IS 246 (96.48% from 255) = 32.93%
R=34.00%
G=33.07%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424724600.030.030.007.58098.04
HexFEF7F6033085062
Octal376367366033010120142
Binary111111101111011111110110011110100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7F6; }

 p { color: rgb(254,247,246); }

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

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

 a { background-color: rgb(254,247,246); }

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

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

 span { border-color: rgb(254,247,246); }

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