Html Css Color HEX #FDF9F9 Snow

📋 copy color: '#FDF9F9'

red 253 ◦ green 249 ◦ blue 249

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

Shades of Snow #FDF9F9

Tints of Snow #FDF9F9

RGB

 RED value IS 253 (99.22% from 255) = 33.69%

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

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

R = 33.69%
G = 33.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDF9F9 (or 0xFDF9F9) is known color: Snow. HEX triplet: FD, F9 and F9. RGB value is (253,249,249). Sum of RGB (Red+Green+Blue) = 253+249+249=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 249 (97.66% from 255 or 33.16% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9F9 is #020606. Grayscale: #FAFAFA. Windows color (decimal): -132615 or 16382461. OLE color: 16382461.

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

Color convert

RGB 253 249 249 -
CMYK 0 0.02 0.02 0.01
HSL 0.5% 0.98% -
HSV(B) 0.02% 0.99% -
XYZ 91.48 95.47 103.23 -
YUV 250.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 253 249 249 0 0.02 0.02 0.01 0 0.5 0.98
Hex FD F9 F9 0 2 2 1 0 32 62
Octal 375 371 371 0 2 2 1 0 62 142
Binary 11111101 11111001 11111001 0 10 10 1 0 110010 1100010

Color Harmonies of #FDF9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9F9

Black with #FDF9F9

Text Example


Text Example

White with #FDF9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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