#F3EDFB

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

Shades of Magnolia #F3EDFB

Tints of Magnolia #F3EDFB

Color information

#F3EDFB (or 0xF3EDFB) is unknown color: approx Magnolia. HEX triplet: F3, ED and FB. RGB value is (243,237,251). Sum of RGB (Red+Green+Blue) = 243+237+251=731 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.24% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3EDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EDFB is #0C1204. Grayscale: #F0F0F0. Windows color (decimal): -791045 or 16510451. OLE color: 16510451.

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

Color convert

RGB243237251-
CMYK0.030.0600.02
HSL265.71º63.64%95.69%-
HSV(B)265.71º5.58%98.43%-
XYZ84.6686.59103.52-
YUV240.39133.99129.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.24%
GREEN value IS 237 (92.97% from 255) = 32.42%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=33.24%
G=32.42%
B=34.34%

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
Decimal2432372510.030.0600.02265.7163.6495.69
HexF3EDFB360210a4060
Octal3633553733602412100140
Binary1111001111101101111110111111001010000101010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDFB; }

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

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

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

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

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

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

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

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