Html Css Color HEX #F0EDF5 Magnolia

📋 copy color: '#F0EDF5'

red 240 ◦ green 237 ◦ blue 245

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

Shades of Magnolia #F0EDF5

Tints of Magnolia #F0EDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.93%

R = 33.24%
G = 32.83%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0EDF5 (or 0xF0EDF5) is known color: Magnolia. HEX triplet: F0, ED and F5. RGB value is (240,237,245). Sum of RGB (Red+Green+Blue) = 240+237+245=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF5 is #0F120A. Grayscale: #EEEEEE. Windows color (decimal): -987659 or 16117232. OLE color: 16117232.

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

Color convert

RGB 240 237 245 -
CMYK 0.02 0.03 0 0.04
HSL 262.5º 0.29% 0.95% -
HSV(B) 262.5º 0.03% 0.96% -
XYZ 82.7 85.69 98.57 -
YUV 238.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 240 237 245 0.02 0.03 0 0.04 262.5 0.29 0.95
Hex F0 ED F5 2 3 0 4 106 1D 5F
Octal 360 355 365 2 3 0 4 406 35 137
Binary 11110000 11101101 11110101 10 11 0 100 100000110 11101 1011111

Color Harmonies of #F0EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDF5

Black with #F0EDF5

Text Example


Text Example

White with #F0EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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