Html Css Color HEX #F9F8FD Magnolia

📋 copy color: '#F9F8FD'

red 249 ◦ green 248 ◦ blue 253

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

Shades of Magnolia #F9F8FD

Tints of Magnolia #F9F8FD

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9F8FD (or 0xF9F8FD) is known color: Magnolia. HEX triplet: F9, F8 and FD. RGB value is (249,248,253). Sum of RGB (Red+Green+Blue) = 249+248+253=750 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.2% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F8FD is #060702. Grayscale: #F8F8F8. Windows color (decimal): -395011 or 16644345. OLE color: 16644345.

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

Color convert

RGB 249 248 253 -
CMYK 0.02 0.02 0 0.01
HSL 252º 0.56% 0.98% -
HSV(B) 252º 0.02% 0.99% -
XYZ 90.36 94.37 106.38 -
YUV 248.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 249 248 253 0.02 0.02 0 0.01 252 0.56 0.98
Hex F9 F8 FD 2 2 0 1 FC 38 62
Octal 371 370 375 2 2 0 1 374 70 142
Binary 11111001 11111000 11111101 10 10 0 1 11111100 111000 1100010

Color Harmonies of #F9F8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F8FD

Black with #F9F8FD

Text Example


Text Example

White with #F9F8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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