#F2E9FA

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

Shades of Magnolia #F2E9FA

Tints of Magnolia #F2E9FA

Color information

#F2E9FA (or 0xF2E9FA) is unknown color: approx Magnolia. HEX triplet: F2, E9 and FA. RGB value is (242,233,250). Sum of RGB (Red+Green+Blue) = 242+233+250=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9FA is #0D1605. Grayscale: #EDEDED. Windows color (decimal): -857606 or 16443890. OLE color: 16443890.

HSL color Cylindrical-coordinate representation of color #F2E9FA: hue angle of 271.76º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E9FA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242233250-
CMYK0.030.0700.02
HSL271.76º62.96%94.71%-
HSV(B)271.76º6.8%98.04%-
XYZ83.0184.06102.29-
YUV237.63134.98131.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.38%
GREEN value IS 233 (91.41% from 255) = 32.14%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=33.38%
G=32.14%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422332500.030.0700.02271.7662.9694.71
HexF2E9FA37021103f5f
Octal362351372370242077137
Binary111100101110100111111010111110101000100001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9FA; }

 p { color: rgb(242,233,250); }

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

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

 a { background-color: rgb(242,233,250); }

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

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

 span { border-color: rgb(242,233,250); }

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