Html Css Color HEX #F9F4FE Magnolia

📋 copy color: '#F9F4FE'

red 249 ◦ green 244 ◦ blue 254

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

Shades of Magnolia #F9F4FE

Tints of Magnolia #F9F4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.66%

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

R = 33.33%
G = 32.66%
B = 34%

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

#F9F4FE (or 0xF9F4FE) is known color: Magnolia. HEX triplet: F9, F4 and FE. RGB value is (249,244,254). Sum of RGB (Red+Green+Blue) = 249+244+254=747 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.33% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F4FE is #060B01. Grayscale: #F6F6F6. Windows color (decimal): -396034 or 16708857. OLE color: 16708857.

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

Color convert

RGB 249 244 254 -
CMYK 0.02 0.04 0 0.00
HSL 270º 0.83% 0.98% -
HSV(B) 270º 0.04% 1% -
XYZ 89.31 92 106.82 -
YUV 246.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 249 244 254 0.02 0.04 0 0.00 270 0.83 0.98
Hex F9 F4 FE 2 4 0 0 10E 53 62
Octal 371 364 376 2 4 0 0 416 123 142
Binary 11111001 11110100 11111110 10 100 0 0 100001110 1010011 1100010

Color Harmonies of #F9F4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F4FE

Black with #F9F4FE

Text Example


Text Example

White with #F9F4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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