#F3EAFA

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

Shades of Magnolia #F3EAFA

Tints of Magnolia #F3EAFA

Color information

#F3EAFA (or 0xF3EAFA) is unknown color: approx Magnolia. HEX triplet: F3, EA and FA. RGB value is (243,234,250). Sum of RGB (Red+Green+Blue) = 243+234+250=727 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.43% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EAFA is #0C1505. Grayscale: #EEEEEE. Windows color (decimal): -791814 or 16444147. OLE color: 16444147.

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

Color convert

RGB243234250-
CMYK0.030.0600.02
HSL273.75º61.54%94.9%-
HSV(B)273.75º6.4%98.04%-
XYZ83.6484.8102.4-
YUV238.52134.48131.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.43%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=33.43%
G=32.19%
B=34.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432342500.030.0600.02273.7561.5494.9
HexF3EAFA36021123e5f
Octal363352372360242276137
Binary111100111110101011111010111100101000100101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EAFA; }

 p { color: rgb(243,234,250); }

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

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

 a { background-color: rgb(243,234,250); }

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

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

 span { border-color: rgb(243,234,250); }

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