#F8EEFE

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

Shades of Magnolia #F8EEFE

Tints of Magnolia #F8EEFE

Color information

#F8EEFE (or 0xF8EEFE) is unknown color: approx Magnolia. HEX triplet: F8, EE and FE. RGB value is (248,238,254). Sum of RGB (Red+Green+Blue) = 248+238+254=740 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.51% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EEFE is #071101. Grayscale: #F2F2F2. Windows color (decimal): -463106 or 16707320. OLE color: 16707320.

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

Color convert

RGB248238254-
CMYK0.020.0600.00
HSL277.5º88.89%96.47%-
HSV(B)277.5º6.3%99.61%-
XYZ87.1888.26106.21-
YUV242.81134.31131.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.51%
GREEN value IS 238 (93.36% from 255) = 32.16%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=33.51%
G=32.16%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482382540.020.0600.00277.588.8996.47
HexF8EEFE26001165960
Octal3703563762600426131140
Binary111110001110111011111110101100010001011010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EEFE; }

 p { color: rgb(248,238,254); }

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

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

 a { background-color: rgb(248,238,254); }

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

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

 span { border-color: rgb(248,238,254); }

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