#F0EBFE

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

Shades of Magnolia #F0EBFE

Tints of Magnolia #F0EBFE

Color information

#F0EBFE (or 0xF0EBFE) is unknown color: approx Magnolia. HEX triplet: F0, EB and FE. RGB value is (240,235,254). Sum of RGB (Red+Green+Blue) = 240+235+254=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBFE is #0F1401. Grayscale: #EEEEEE. Windows color (decimal): -988162 or 16706544. OLE color: 16706544.

HSL color Cylindrical-coordinate representation of color #F0EBFE: hue angle of 255.79º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EBFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240235254-
CMYK0.060.0700.00
HSL255.79º90.48%95.88%-
HSV(B)255.79º7.48%99.61%-
XYZ83.5385.1105.79-
YUV238.66136.66128.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.92%
GREEN value IS 235 (92.19% from 255) = 32.24%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=32.92%
G=32.24%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402352540.060.0700.00255.7990.4895.88
HexF0EBFE67001005a60
Octal3603533766700400132140
Binary1111000011101011111111101101110010000000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBFE; }

 p { color: rgb(240,235,254); }

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

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

 a { background-color: rgb(240,235,254); }

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

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

 span { border-color: rgb(240,235,254); }

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