#F0EFF3

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

Shades of Magnolia #F0EFF3

Tints of Magnolia #F0EFF3

Color information

#F0EFF3 (or 0xF0EFF3) is unknown color: approx Magnolia. HEX triplet: F0, EF and F3. RGB value is (240,239,243). Sum of RGB (Red+Green+Blue) = 240+239+243=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 243 (95.31% from 255 or 33.66% from 722); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0EFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF3 is #0F100C. Grayscale: #EFEFEF. Windows color (decimal): -987149 or 15986672. OLE color: 15986672.

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

Color convert

RGB240239243-
CMYK0.010.0200.05
HSL255º14.29%94.51%-
HSV(B)255º1.65%95.29%-
XYZ82.9886.7397.16-
YUV239.75129.83128.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.24%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 243 (95.31% from 255) = 33.66%
R=33.24%
G=33.10%
B=33.66%

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
Decimal2402392430.010.0200.0525514.2994.51
HexF0EFF31205ffe5f
Octal360357363120537716137
Binary11110000111011111111001111001011111111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFF3; }

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

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

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

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

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

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

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

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