#FEF6F5

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

Shades of Snow #FEF6F5

Tints of Snow #FEF6F5

Color information

#FEF6F5 (or 0xFEF6F5) is unknown color: approx Snow. HEX triplet: FE, F6 and F5. RGB value is (254,246,245). Sum of RGB (Red+Green+Blue) = 254+246+245=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 246 (96.48% from 255 or 33.02% from 745); Blue value is 245 (96.09% from 255 or 32.89% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6F5 is #01090A. Grayscale: #F8F8F8. Windows color (decimal): -67851 or 16119550. OLE color: 16119550.

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

Color convert

RGB254246245-
CMYK00.030.040.00
HSL6.67º81.82%97.84%-
HSV(B)6.67º3.54%99.61%-
XYZ90.3193.5799.69-
YUV248.28126.15132.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 246 (96.48% from 255) = 33.02%
BLUE value IS 245 (96.09% from 255) = 32.89%
R=34.09%
G=33.02%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424624500.030.040.006.6781.8297.84
HexFEF6F5034075262
Octal37636636503407122142
Binary111111101111011011110101011100011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6F5; }

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

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

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

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

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

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

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

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