Html Css Color HEX #FDF9F8 Snow

📋 copy color: '#FDF9F8'

red 253 ◦ green 249 ◦ blue 248

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

Shades of Snow #FDF9F8

Tints of Snow #FDF9F8

RGB

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

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

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

R = 33.73%
G = 33.2%
B = 33.07%

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

#FDF9F8 (or 0xFDF9F8) is known color: Snow. HEX triplet: FD, F9 and F8. RGB value is (253,249,248). Sum of RGB (Red+Green+Blue) = 253+249+248=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 248 (97.27% from 255 or 33.07% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9F8 is #020607. Grayscale: #FAFAFA. Windows color (decimal): -132616 or 16316925. OLE color: 16316925.

HSL color Cylindrical-coordinate representation of color #FDF9F8: hue angle of 12º degrees, saturation: 0.56, 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 #FDF9F8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 248 -
CMYK 0 0.02 0.02 0.01
HSL 12º 0.56% 0.98% -
HSV(B) 12º 0.02% 0.99% -
XYZ 91.33 95.41 102.41 -
YUV 250.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 253 249 248 0 0.02 0.02 0.01 12 0.56 0.98
Hex FD F9 F8 0 2 2 1 C 38 62
Octal 375 371 370 0 2 2 1 14 70 142
Binary 11111101 11111001 11111000 0 10 10 1 1100 111000 1100010

Color Harmonies of #FDF9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9F8

Black with #FDF9F8

Text Example


Text Example

White with #FDF9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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