Html Css Color HEX #F0EDF7 Magnolia

📋 copy color: '#F0EDF7'

red 240 ◦ green 237 ◦ blue 247

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

Shades of Magnolia #F0EDF7

Tints of Magnolia #F0EDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.12%

R = 33.15%
G = 32.73%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F0EDF7 (or 0xF0EDF7) is known color: Magnolia. HEX triplet: F0, ED and F7. RGB value is (240,237,247). Sum of RGB (Red+Green+Blue) = 240+237+247=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0EDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF7 is #0F1208. Grayscale: #EFEFEF. Windows color (decimal): -987657 or 16248304. OLE color: 16248304.

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

Color convert

RGB 240 237 247 -
CMYK 0.03 0.04 0 0.03
HSL 258º 0.38% 0.95% -
HSV(B) 258º 0.04% 0.97% -
XYZ 83.01 85.81 100.18 -
YUV 239.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 240 237 247 0.03 0.04 0 0.03 258 0.38 0.95
Hex F0 ED F7 3 4 0 3 102 26 5F
Octal 360 355 367 3 4 0 3 402 46 137
Binary 11110000 11101101 11110111 11 100 0 11 100000010 100110 1011111

Color Harmonies of #F0EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDF7

Black with #F0EDF7

Text Example


Text Example

White with #F0EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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