Html Css Color HEX #F9F4FD Magnolia

📋 copy color: '#F9F4FD'

red 249 ◦ green 244 ◦ blue 253

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

Shades of Magnolia #F9F4FD

Tints of Magnolia #F9F4FD

RGB

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

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

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

R = 33.38%
G = 32.71%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9F4FD (or 0xF9F4FD) is known color: Magnolia. HEX triplet: F9, F4 and FD. RGB value is (249,244,253). Sum of RGB (Red+Green+Blue) = 249+244+253=746 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.38% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F4FD is #060B02. Grayscale: #F6F6F6. Windows color (decimal): -396035 or 16643321. OLE color: 16643321.

HSL color Cylindrical-coordinate representation of color #F9F4FD: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9F4FD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 244 253 -
CMYK 0.02 0.04 0 0.01
HSL 273.33º 0.69% 0.97% -
HSV(B) 273.33º 0.04% 0.99% -
XYZ 89.15 91.93 105.97 -
YUV 246.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 249 244 253 0.02 0.04 0 0.01 273.33 0.69 0.97
Hex F9 F4 FD 2 4 0 1 111 45 61
Octal 371 364 375 2 4 0 1 421 105 141
Binary 11111001 11110100 11111101 10 100 0 1 100010001 1000101 1100001

Color Harmonies of #F9F4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F4FD

Black with #F9F4FD

Text Example


Text Example

White with #F9F4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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