#F0EEF3

Color #F0EEF3 Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #F0EEF3

Tints of Magnolia #F0EEF3

Color information

#F0EEF3 (or 0xF0EEF3) is unknown color: approx Magnolia. HEX triplet: F0, EE and F3. RGB value is (240,238,243). Sum of RGB (Red+Green+Blue) = 240+238+243=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0EEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF3 is #0F110C. Grayscale: #EFEFEF. Windows color (decimal): -987405 or 15986416. OLE color: 15986416.

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

Color convert

RGB240238243-
CMYK0.010.0200.05
HSL264º17.24%94.31%-
HSV(B)264º2.06%95.29%-
XYZ82.6986.1597.06-
YUV239.17130.16128.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.29%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 243 (95.31% from 255) = 33.70%
R=33.29%
G=33.01%
B=33.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402382430.010.0200.0526417.2494.31
HexF0EEF31205108115e
Octal360356363120541021136
Binary1111000011101110111100111100101100001000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEF3; }

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

 H1.HeaderClassName
 {
   color: #F0EEF3;
 }
 .AnyTagClassName
 {
   color: #F0EEF3;
 }
</style>
background-color css

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

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

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

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

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

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