#F2EFFA

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

Shades of Magnolia #F2EFFA

Tints of Magnolia #F2EFFA

Color information

#F2EFFA (or 0xF2EFFA) is unknown color: approx Magnolia. HEX triplet: F2, EF and FA. RGB value is (242,239,250). Sum of RGB (Red+Green+Blue) = 242+239+250=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2EFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFFA is #0D1005. Grayscale: #F1F1F1. Windows color (decimal): -856070 or 16445426. OLE color: 16445426.

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

Color convert

RGB242239250-
CMYK0.030.0400.02
HSL256.36º52.38%95.88%-
HSV(B)256.36º4.4%98.04%-
XYZ84.7487.51102.87-
YUV241.15132.99128.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.11%
GREEN value IS 239 (93.75% from 255) = 32.69%
BLUE value IS 250 (98.05% from 255) = 34.20%
R=33.11%
G=32.69%
B=34.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422392500.030.0400.02256.3652.3895.88
HexF2EFFA34021003460
Octal362357372340240064140
Binary111100101110111111111010111000101000000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFFA; }

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

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

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

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

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

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

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

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