#F2E8FB

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

Shades of Magnolia #F2E8FB

Tints of Magnolia #F2E8FB

Color information

#F2E8FB (or 0xF2E8FB) is unknown color: approx Magnolia. HEX triplet: F2, E8 and FB. RGB value is (242,232,251). Sum of RGB (Red+Green+Blue) = 242+232+251=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 232 (91.02% from 255 or 32% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8FB is #0D1704. Grayscale: #EDEDED. Windows color (decimal): -857861 or 16509170. OLE color: 16509170.

HSL color Cylindrical-coordinate representation of color #F2E8FB: hue angle of 271.58º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E8FB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242232251-
CMYK0.040.0800.02
HSL271.58º70.37%94.71%-
HSV(B)271.58º7.57%98.43%-
XYZ82.8983.56103.03-
YUV237.16135.81131.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.38%
GREEN value IS 232 (91.02% from 255) = 32%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=33.38%
G=32%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422322510.040.0800.02271.5870.3794.71
HexF2E8FB4802110465f
Octal36235037341002420106137
Binary111100101110100011111011100100001010001000010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8FB; }

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

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

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

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

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

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

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

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