Html Css Color HEX #F1EDF9 Magnolia

📋 copy color: '#F1EDF9'

red 241 ◦ green 237 ◦ blue 249

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

Shades of Magnolia #F1EDF9

Tints of Magnolia #F1EDF9

RGB

 RED value IS 241 (94.53% from 255) = 33.15%

 GREEN value IS 237 (92.97% from 255) = 32.6%

 BLUE value IS 249 (97.66% from 255) = 34.25%

R = 33.15%
G = 32.6%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1EDF9 (or 0xF1EDF9) is known color: Magnolia. HEX triplet: F1, ED and F9. RGB value is (241,237,249). Sum of RGB (Red+Green+Blue) = 241+237+249=727 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.15% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1EDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDF9 is #0E1206. Grayscale: #EFEFEF. Windows color (decimal): -922119 or 16379377. OLE color: 16379377.

HSL color Cylindrical-coordinate representation of color #F1EDF9: hue angle of 260º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1EDF9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 237 249 -
CMYK 0.03 0.05 0 0.02
HSL 260º 0.5% 0.95% -
HSV(B) 260º 0.05% 0.98% -
XYZ 83.66 86.11 101.83 -
YUV 239.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 241 237 249 0.03 0.05 0 0.02 260 0.5 0.95
Hex F1 ED F9 3 5 0 2 104 32 5F
Octal 361 355 371 3 5 0 2 404 62 137
Binary 11110001 11101101 11111001 11 101 0 10 100000100 110010 1011111

Color Harmonies of #F1EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDF9

Black with #F1EDF9

Text Example


Text Example

White with #F1EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDF9; }

 p { color: rgb(241,237,249); }

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

background-color css

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

 a { background-color: rgb(241,237,249); }

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

border-color css

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

 span { border-color: rgb(241,237,249); }

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