Html Css Color HEX #FDF6F5 Snow

📋 copy color: '#FDF6F5'

red 253 ◦ green 246 ◦ blue 245

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

Shades of Snow #FDF6F5

Tints of Snow #FDF6F5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.06%

 BLUE value IS 245 (96.09% from 255) = 32.93%

R = 34.01%
G = 33.06%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDF6F5 (or 0xFDF6F5) is known color: Snow. HEX triplet: FD, F6 and F5. RGB value is (253,246,245). Sum of RGB (Red+Green+Blue) = 253+246+245=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 246 (96.48% from 255 or 33.06% from 744); Blue value is 245 (96.09% from 255 or 32.93% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6F5 is #02090A. Grayscale: #F7F7F7. Windows color (decimal): -133387 or 16119549. OLE color: 16119549.

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

Color convert

RGB 253 246 245 -
CMYK 0 0.03 0.03 0.01
HSL 7.5º 0.67% 0.98% -
HSV(B) 7.5º 0.03% 0.99% -
XYZ 89.95 93.39 99.67 -
YUV 247.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 253 246 245 0 0.03 0.03 0.01 7.5 0.67 0.98
Hex FD F6 F5 0 3 3 1 8 43 62
Octal 375 366 365 0 3 3 1 10 103 142
Binary 11111101 11110110 11110101 0 11 11 1 1000 1000011 1100010

Color Harmonies of #FDF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6F5

Black with #FDF6F5

Text Example


Text Example

White with #FDF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6F5; }

 p { color: rgb(253,246,245); }

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

background-color css

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

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

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

border-color css

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

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

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