#F2E6FD

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

Shades of Magnolia #F2E6FD

Tints of Magnolia #F2E6FD

Color information

#F2E6FD (or 0xF2E6FD) is unknown color: approx Magnolia. HEX triplet: F2, E6 and FD. RGB value is (242,230,253). Sum of RGB (Red+Green+Blue) = 242+230+253=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 230 (90.23% from 255 or 31.72% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6FD is #0D1902. Grayscale: #ECECEC. Windows color (decimal): -858371 or 16639730. OLE color: 16639730.

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

Color convert

RGB242230253-
CMYK0.040.0900.01
HSL271.3º85.19%94.71%-
HSV(B)271.3º9.09%99.22%-
XYZ82.6482.56104.51-
YUV236.21137.48132.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.38%
GREEN value IS 230 (90.23% from 255) = 31.72%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=33.38%
G=31.72%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422302530.040.0900.01271.385.1994.71
HexF2E6FD490110f555f
Octal36234637541101417125137
Binary11110010111001101111110110010010110000111110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6FD; }

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

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

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

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

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

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

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

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