Html Css Color HEX #F9F5FE Magnolia

📋 copy color: '#F9F5FE'

red 249 ◦ green 245 ◦ blue 254

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

Shades of Magnolia #F9F5FE

Tints of Magnolia #F9F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.75%

 BLUE value IS 254 (99.61% from 255) = 33.96%

R = 33.29%
G = 32.75%
B = 33.96%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9F5FE (or 0xF9F5FE) is known color: Magnolia. HEX triplet: F9, F5 and FE. RGB value is (249,245,254). Sum of RGB (Red+Green+Blue) = 249+245+254=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 245 (96.09% from 255 or 32.75% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F5FE is #060A01. Grayscale: #F7F7F7. Windows color (decimal): -395778 or 16709113. OLE color: 16709113.

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

Color convert

RGB 249 245 254 -
CMYK 0.02 0.04 0 0.00
HSL 266.67º 0.82% 0.98% -
HSV(B) 266.67º 0.04% 1% -
XYZ 89.61 92.6 106.92 -
YUV 247.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 249 245 254 0.02 0.04 0 0.00 266.67 0.82 0.98
Hex F9 F5 FE 2 4 0 0 10B 52 62
Octal 371 365 376 2 4 0 0 413 122 142
Binary 11111001 11110101 11111110 10 100 0 0 100001011 1010010 1100010

Color Harmonies of #F9F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F5FE

Black with #F9F5FE

Text Example


Text Example

White with #F9F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F5FE; }

 p { color: rgb(249,245,254); }

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

background-color css

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

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

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

border-color css

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

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

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