#F2EBFB

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

Shades of Magnolia #F2EBFB

Tints of Magnolia #F2EBFB

Color information

#F2EBFB (or 0xF2EBFB) is unknown color: approx Magnolia. HEX triplet: F2, EB and FB. RGB value is (242,235,251). Sum of RGB (Red+Green+Blue) = 242+235+251=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2EBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBFB is #0D1404. Grayscale: #EEEEEE. Windows color (decimal): -857093 or 16509938. OLE color: 16509938.

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

Color convert

RGB242235251-
CMYK0.040.0600.02
HSL266.25º66.67%95.29%-
HSV(B)266.25º6.37%98.43%-
XYZ83.7485.26103.31-
YUV238.92134.82130.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.24%
GREEN value IS 235 (92.19% from 255) = 32.28%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=33.24%
G=32.28%
B=34.48%

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
Decimal2422352510.040.0600.02266.2566.6795.29
HexF2EBFB460210a435f
Octal3623533734602412103137
Binary11110010111010111111101110011001010000101010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBFB; }

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

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

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

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

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

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

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

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