Html Css Color HEX #F0EDF3 Magnolia

📋 copy color: '#F0EDF3'

red 240 ◦ green 237 ◦ blue 243

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

Shades of Magnolia #F0EDF3

Tints of Magnolia #F0EDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 33.75%

R = 33.33%
G = 32.92%
B = 33.75%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0EDF3 (or 0xF0EDF3) is known color: Magnolia. HEX triplet: F0, ED and F3. RGB value is (240,237,243). Sum of RGB (Red+Green+Blue) = 240+237+243=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0EDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF3 is #0F120C. Grayscale: #EEEEEE. Windows color (decimal): -987661 or 15986160. OLE color: 15986160.

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

Color convert

RGB 240 237 243 -
CMYK 0.01 0.02 0 0.05
HSL 270º 0.2% 0.94% -
HSV(B) 270º 0.02% 0.95% -
XYZ 82.4 85.56 96.97 -
YUV 238.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 240 237 243 0.01 0.02 0 0.05 270 0.2 0.94
Hex F0 ED F3 1 2 0 5 10E 14 5E
Octal 360 355 363 1 2 0 5 416 24 136
Binary 11110000 11101101 11110011 1 10 0 101 100001110 10100 1011110

Color Harmonies of #F0EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDF3

Black with #F0EDF3

Text Example


Text Example

White with #F0EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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