#F0EFF1

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

Shades of Magnolia #F0EFF1

Tints of Magnolia #F0EFF1

Color information

#F0EFF1 (or 0xF0EFF1) is unknown color: approx Magnolia. HEX triplet: F0, EF and F1. RGB value is (240,239,241). Sum of RGB (Red+Green+Blue) = 240+239+241=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF1 is #0F100E. Grayscale: #EFEFEF. Windows color (decimal): -987151 or 15855600. OLE color: 15855600.

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

Color convert

RGB240239241-
CMYK0.000.0100.05
HSL270º6.67%94.12%-
HSV(B)270º0.83%94.51%-
XYZ82.6886.6195.58-
YUV239.53128.83128.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 241 (94.53% from 255) = 33.47%
R=33.33%
G=33.19%
B=33.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402392410.000.0100.052706.6794.12
HexF0EFF1010510e75e
Octal36035736101054167136
Binary1111000011101111111100010101011000011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFF1; }

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

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

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

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

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

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

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

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