#F2E8FD

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

Shades of Magnolia #F2E8FD

Tints of Magnolia #F2E8FD

Color information

#F2E8FD (or 0xF2E8FD) is unknown color: approx Magnolia. HEX triplet: F2, E8 and FD. RGB value is (242,232,253). Sum of RGB (Red+Green+Blue) = 242+232+253=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 232 (91.02% from 255 or 31.91% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2E8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8FD is #0D1702. Grayscale: #EDEDED. Windows color (decimal): -857859 or 16640242. OLE color: 16640242.

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

Color convert

RGB242232253-
CMYK0.040.0800.01
HSL268.57º84%95.1%-
HSV(B)268.57º8.3%99.22%-
XYZ83.283.68104.7-
YUV237.38136.81131.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.29%
GREEN value IS 232 (91.02% from 255) = 31.91%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=33.29%
G=31.91%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422322530.040.0800.01268.578495.1
HexF2E8FD480110d545f
Octal36235037541001415124137
Binary11110010111010001111110110010000110000110110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8FD; }

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

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

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

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

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

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

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

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