#F2EEFF

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

Shades of Magnolia #F2EEFF

Tints of Magnolia #F2EEFF

Color information

#F2EEFF (or 0xF2EEFF) is unknown color: approx Magnolia. HEX triplet: F2, EE and FF. RGB value is (242,238,255). Sum of RGB (Red+Green+Blue) = 242+238+255=735 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.93% from 735); Green value is 238 (93.36% from 255 or 32.38% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFF is #0D1100. Grayscale: #F1F1F1. Windows color (decimal): -856321 or 16772850. OLE color: 16772850.

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

Color convert

RGB242238255-
CMYK0.050.0700
HSL254.12º100%96.67%-
HSV(B)254.12º6.67%100%-
XYZ85.2487.25106.96-
YUV241.13135.83128.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.93%
GREEN value IS 238 (93.36% from 255) = 32.38%
BLUE value IS 255 (100% from 255) = 34.69%
R=32.93%
G=32.38%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422382550.050.0700254.1210096.67
HexF2EEFF5700fe6461
Octal3623563775700376144141
Binary111100101110111011111111101111001111111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEFF; }

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

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

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

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

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

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

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

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