#F2EEFE

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

Shades of Magnolia #F2EEFE

Tints of Magnolia #F2EEFE

Color information

#F2EEFE (or 0xF2EEFE) is unknown color: approx Magnolia. HEX triplet: F2, EE and FE. RGB value is (242,238,254). Sum of RGB (Red+Green+Blue) = 242+238+254=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFE is #0D1101. Grayscale: #F0F0F0. Windows color (decimal): -856322 or 16707314. OLE color: 16707314.

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

Color convert

RGB242238254-
CMYK0.050.0600.00
HSL255º88.89%96.47%-
HSV(B)255º6.3%99.61%-
XYZ85.0887.18106.11-
YUV241.02135.33128.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.97%
GREEN value IS 238 (93.36% from 255) = 32.43%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=32.97%
G=32.43%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422382540.050.0600.0025588.8996.47
HexF2EEFE5600ff5960
Octal3623563765600377131140
Binary111100101110111011111110101110001111111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEFE; }

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

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

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

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

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

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

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

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