#F0EFF2

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

Shades of Magnolia #F0EFF2

Tints of Magnolia #F0EFF2

Color information

#F0EFF2 (or 0xF0EFF2) is unknown color: approx Magnolia. HEX triplet: F0, EF and F2. RGB value is (240,239,242). Sum of RGB (Red+Green+Blue) = 240+239+242=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF2 is #0F100D. Grayscale: #EFEFEF. Windows color (decimal): -987150 or 15921136. OLE color: 15921136.

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

Color convert

RGB240239242-
CMYK0.010.0100.05
HSL260º10.34%94.31%-
HSV(B)260º1.24%94.9%-
XYZ82.8386.6796.37-
YUV239.64129.33128.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.29%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 242 (94.92% from 255) = 33.56%
R=33.29%
G=33.15%
B=33.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402392420.010.0100.0526010.3494.31
HexF0EFF21105104a5e
Octal360357362110540412136
Binary11110000111011111111001011010110000010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFF2; }

 p { color: rgb(240,239,242); }

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

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

 a { background-color: rgb(240,239,242); }

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

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

 span { border-color: rgb(240,239,242); }

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