#F2E8FF

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

Shades of Magnolia #F2E8FF

Tints of Magnolia #F2E8FF

Color information

#F2E8FF (or 0xF2E8FF) is unknown color: approx Magnolia. HEX triplet: F2, E8 and FF. RGB value is (242,232,255). Sum of RGB (Red+Green+Blue) = 242+232+255=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 232 (91.02% from 255 or 31.82% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8FF is #0D1700. Grayscale: #EDEDED. Windows color (decimal): -857857 or 16771314. OLE color: 16771314.

HSL color Cylindrical-coordinate representation of color #F2E8FF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E8FF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242232255-
CMYK0.050.0900
HSL266.09º100%95.49%-
HSV(B)266.09º9.02%100%-
XYZ83.5283.81106.38-
YUV237.61137.81131.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.20%
GREEN value IS 232 (91.02% from 255) = 31.82%
BLUE value IS 255 (100% from 255) = 34.98%
R=33.20%
G=31.82%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422322550.050.0900266.0910095.49
HexF2E8FF590010a645f
Octal36235037751100412144137
Binary11110010111010001111111110110010010000101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8FF; }

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

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

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

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

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

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

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

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