Html Css Color HEX #FAF9F9 Snow

📋 copy color: '#FAF9F9'

red 250 ◦ green 249 ◦ blue 249

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

Shades of Snow #FAF9F9

Tints of Snow #FAF9F9

RGB

 RED value IS 250 (98.05% from 255) = 33.42%

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

 BLUE value IS 249 (97.66% from 255) = 33.29%

R = 33.42%
G = 33.29%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAF9F9 (or 0xFAF9F9) is known color: Snow. HEX triplet: FA, F9 and F9. RGB value is (250,249,249). Sum of RGB (Red+Green+Blue) = 250+249+249=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 249 (97.66% from 255 or 33.29% from 748); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F9 is #050606. Grayscale: #F9F9F9. Windows color (decimal): -329223 or 16382458. OLE color: 16382458.

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

Color convert

RGB 250 249 249 -
CMYK 0 0.00 0.00 0.02
HSL 0.09% 0.98% -
HSV(B) 0% 0.98% -
XYZ 90.4 94.91 103.18 -
YUV 249.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 250 249 249 0 0.00 0.00 0.02 0 0.09 0.98
Hex FA F9 F9 0 0 0 2 0 9 62
Octal 372 371 371 0 0 0 2 0 11 142
Binary 11111010 11111001 11111001 0 0 0 10 0 1001 1100010

Color Harmonies of #FAF9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9F9

Black with #FAF9F9

Text Example


Text Example

White with #FAF9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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