#FEF8F7

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

Shades of Snow #FEF8F7

Tints of Snow #FEF8F7

Color information

#FEF8F7 (or 0xFEF8F7) is unknown color: approx Snow. HEX triplet: FE, F8 and F7. RGB value is (254,248,247). Sum of RGB (Red+Green+Blue) = 254+248+247=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 248 (97.27% from 255 or 33.11% from 749); Blue value is 247 (96.88% from 255 or 32.98% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F7 is #010708. Grayscale: #F9F9F9. Windows color (decimal): -67337 or 16251134. OLE color: 16251134.

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

Color convert

RGB254248247-
CMYK00.020.030.00
HSL8.57º77.78%98.24%-
HSV(B)8.57º2.76%99.61%-
XYZ91.2394.92101.51-
YUV249.68126.49131.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 248 (97.27% from 255) = 33.11%
BLUE value IS 247 (96.88% from 255) = 32.98%
R=33.91%
G=33.11%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424824700.020.030.008.5777.7898.24
HexFEF8F7023094e62
Octal376370367023011116142
Binary111111101111100011110111010110100110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8F7; }

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

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

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

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

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

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

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

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