#F3F0FA

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

Shades of Magnolia #F3F0FA

Tints of Magnolia #F3F0FA

Color information

#F3F0FA (or 0xF3F0FA) is unknown color: approx Magnolia. HEX triplet: F3, F0 and FA. RGB value is (243,240,250). Sum of RGB (Red+Green+Blue) = 243+240+250=733 (97% of max value = 765). Red value is 243 (95.31% from 255 or 33.15% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0FA is #0C0F05. Grayscale: #F2F2F2. Windows color (decimal): -790278 or 16445683. OLE color: 16445683.

HSL color Cylindrical-coordinate representation of color #F3F0FA: hue angle of 258º degrees, saturation: 0.5, 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 #F3F0FA is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243240250-
CMYK0.030.0400.02
HSL258º50%96.08%-
HSV(B)258º4%98.04%-
XYZ85.3888.28102.98-
YUV242.04132.49128.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.15%
GREEN value IS 240 (94.14% from 255) = 32.74%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=33.15%
G=32.74%
B=34.11%

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
Decimal2432402500.030.0400.022585096.08
HexF3F0FA34021023260
Octal363360372340240262140
Binary111100111111000011111010111000101000000101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0FA; }

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

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

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

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

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

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

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

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