#F2EEFC

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

Shades of Magnolia #F2EEFC

Tints of Magnolia #F2EEFC

Color information

#F2EEFC (or 0xF2EEFC) is unknown color: approx Magnolia. HEX triplet: F2, EE and FC. RGB value is (242,238,252). Sum of RGB (Red+Green+Blue) = 242+238+252=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2EEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFC is #0D1103. Grayscale: #F0F0F0. Windows color (decimal): -856324 or 16576242. OLE color: 16576242.

HSL color Cylindrical-coordinate representation of color #F2EEFC: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EEFC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242238252-
CMYK0.040.0600.01
HSL257.14º70%96.08%-
HSV(B)257.14º5.56%98.82%-
XYZ84.7687.05104.43-
YUV240.79134.33128.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 238 (93.36% from 255) = 32.51%
BLUE value IS 252 (98.83% from 255) = 34.43%
R=33.06%
G=32.51%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422382520.040.0600.01257.147096.08
HexF2EEFC46011014660
Octal3623563744601401106140
Binary1111001011101110111111001001100110000000110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEFC; }

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

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

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

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

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

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

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

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