#F2EDFB

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

Shades of Magnolia #F2EDFB

Tints of Magnolia #F2EDFB

Color information

#F2EDFB (or 0xF2EDFB) is unknown color: approx Magnolia. HEX triplet: F2, ED and FB. RGB value is (242,237,251). Sum of RGB (Red+Green+Blue) = 242+237+251=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2EDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDFB is #0D1204. Grayscale: #F0F0F0. Windows color (decimal): -856581 or 16510450. OLE color: 16510450.

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

Color convert

RGB242237251-
CMYK0.040.0600.02
HSL261.43º63.64%95.69%-
HSV(B)261.43º5.58%98.43%-
XYZ84.3186.41103.5-
YUV240.09134.16129.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.15%
GREEN value IS 237 (92.97% from 255) = 32.47%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=33.15%
G=32.47%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422372510.040.0600.02261.4363.6495.69
HexF2EDFB46021054060
Octal3623553734602405100140
Binary11110010111011011111101110011001010000010110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDFB; }

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

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

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

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

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

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

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

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