Html Css Color HEX #FEF9F8 Snow

📋 copy color: '#FEF9F8'

red 254 ◦ green 249 ◦ blue 248

#FEF9F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow #FEF9F8

Tints of Snow #FEF9F8

RGB

 RED value IS 254 (99.61% from 255) = 33.82%

 GREEN value IS 249 (97.66% from 255) = 33.16%

 BLUE value IS 248 (97.27% from 255) = 33.02%

R = 33.82%
G = 33.16%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEF9F8 (or 0xFEF9F8) is known color: Snow. HEX triplet: FE, F9 and F8. RGB value is (254,249,248). Sum of RGB (Red+Green+Blue) = 254+249+248=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 248 (97.27% from 255 or 33.02% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F8 is #010607. Grayscale: #FAFAFA. Windows color (decimal): -67080 or 16316926. OLE color: 16316926.

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

Color convert

RGB 254 249 248 -
CMYK 0 0.02 0.02 0.00
HSL 10º 0.75% 0.98% -
HSV(B) 10º 0.02% 1% -
XYZ 91.69 95.6 102.43 -
YUV 250.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 254 249 248 0 0.02 0.02 0.00 10 0.75 0.98
Hex FE F9 F8 0 2 2 0 A 4B 62
Octal 376 371 370 0 2 2 0 12 113 142
Binary 11111110 11111001 11111000 0 10 10 0 1010 1001011 1100010

Color Harmonies of #FEF9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF9F8

Black with #FEF9F8

Text Example


Text Example

White with #FEF9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF9F8; }

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

 H1.HeaderClassName
 {
   color: #FEF9F8;
 }
 .AnyTagClassName
 {
   color: #FEF9F8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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