Html Css Color HEX #F0EDF9 Magnolia

📋 copy color: '#F0EDF9'

red 240 ◦ green 237 ◦ blue 249

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

Shades of Magnolia #F0EDF9

Tints of Magnolia #F0EDF9

RGB

 RED value IS 240 (94.14% from 255) = 33.06%

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

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

R = 33.06%
G = 32.64%
B = 34.3%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0EDF9 (or 0xF0EDF9) is known color: Magnolia. HEX triplet: F0, ED and F9. RGB value is (240,237,249). Sum of RGB (Red+Green+Blue) = 240+237+249=726 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.06% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0EDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF9 is #0F1206. Grayscale: #EFEFEF. Windows color (decimal): -987655 or 16379376. OLE color: 16379376.

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

Color convert

RGB 240 237 249 -
CMYK 0.04 0.05 0 0.02
HSL 255º 0.5% 0.95% -
HSV(B) 255º 0.05% 0.98% -
XYZ 83.32 85.93 101.82 -
YUV 239.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 240 237 249 0.04 0.05 0 0.02 255 0.5 0.95
Hex F0 ED F9 4 5 0 2 FF 32 5F
Octal 360 355 371 4 5 0 2 377 62 137
Binary 11110000 11101101 11111001 100 101 0 10 11111111 110010 1011111

Color Harmonies of #F0EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDF9

Black with #F0EDF9

Text Example


Text Example

White with #F0EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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