#F3F0FB

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

Shades of Magnolia #F3F0FB

Tints of Magnolia #F3F0FB

Color information

#F3F0FB (or 0xF3F0FB) is unknown color: approx Magnolia. HEX triplet: F3, F0 and FB. RGB value is (243,240,251). Sum of RGB (Red+Green+Blue) = 243+240+251=734 (97% of max value = 765). Red value is 243 (95.31% from 255 or 33.11% from 734); Green value is 240 (94.14% from 255 or 32.70% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3F0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0FB is #0C0F04. Grayscale: #F2F2F2. Windows color (decimal): -790277 or 16511219. OLE color: 16511219.

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

Color convert

RGB243240251-
CMYK0.030.0400.02
HSL256.36º57.89%96.27%-
HSV(B)256.36º4.38%98.43%-
XYZ85.5388.34103.81-
YUV242.15132.99128.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.11%
GREEN value IS 240 (94.14% from 255) = 32.70%
BLUE value IS 251 (98.44% from 255) = 34.20%
R=33.11%
G=32.70%
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
Decimal2432402510.030.0400.02256.3657.8996.27
HexF3F0FB34021003a60
Octal363360373340240072140
Binary111100111111000011111011111000101000000001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0FB; }

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

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

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

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

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

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

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

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