#F5EEFE

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

Shades of Magnolia #F5EEFE

Tints of Magnolia #F5EEFE

Color information

#F5EEFE (or 0xF5EEFE) is unknown color: approx Magnolia. HEX triplet: F5, EE and FE. RGB value is (245,238,254). Sum of RGB (Red+Green+Blue) = 245+238+254=737 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.24% from 737); Green value is 238 (93.36% from 255 or 32.29% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEFE is #0A1101. Grayscale: #F1F1F1. Windows color (decimal): -659714 or 16707317. OLE color: 16707317.

HSL color Cylindrical-coordinate representation of color #F5EEFE: hue angle of 266.25º 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 #F5EEFE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245238254-
CMYK0.040.0600.00
HSL266.25º88.89%96.47%-
HSV(B)266.25º6.3%99.61%-
XYZ86.1287.72106.16-
YUV241.92134.82130.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.24%
GREEN value IS 238 (93.36% from 255) = 32.29%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=33.24%
G=32.29%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452382540.040.0600.00266.2588.8996.47
HexF5EEFE460010a5960
Octal3653563764600412131140
Binary1111010111101110111111101001100010000101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEFE; }

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

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

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

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

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

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

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

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