#FEF9F9

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

Shades of Snow #FEF9F9

Tints of Snow #FEF9F9

Color information

#FEF9F9 (or 0xFEF9F9) is unknown color: approx Snow. HEX triplet: FE, F9 and F9. RGB value is (254,249,249). Sum of RGB (Red+Green+Blue) = 254+249+249=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 249 (97.66% from 255 or 33.11% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F9 is #010606. Grayscale: #FAFAFA. Windows color (decimal): -67079 or 16382462. OLE color: 16382462.

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

Color convert

RGB254249249-
CMYK00.020.020.00
HSL71.43%98.63%-
HSV(B)1.97%99.61%-
XYZ91.8595.66103.25-
YUV250.49127.16130.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 249 (97.66% from 255) = 33.11%
BLUE value IS 249 (97.66% from 255) = 33.11%
R=33.78%
G=33.11%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424924900.020.020.00071.4398.63
HexFEF9F9022004763
Octal37637137102200107143
Binary111111101111100111111001010100010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9F9; }

 p { color: rgb(254,249,249); }

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

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

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

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

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

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

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