#F2E3FE

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

Shades of Magnolia #F2E3FE

Tints of Magnolia #F2E3FE

Color information

#F2E3FE (or 0xF2E3FE) is unknown color: approx Magnolia. HEX triplet: F2, E3 and FE. RGB value is (242,227,254). Sum of RGB (Red+Green+Blue) = 242+227+254=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2E3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E3FE is #0D1C01. Grayscale: #EAEAEA. Windows color (decimal): -859138 or 16704498. OLE color: 16704498.

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

Color convert

RGB242227254-
CMYK0.050.1100.00
HSL273.33º93.1%94.31%-
HSV(B)273.33º10.63%99.61%-
XYZ81.9880.97105.07-
YUV234.56138.97133.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.47%
GREEN value IS 227 (89.06% from 255) = 31.40%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=33.47%
G=31.40%
B=35.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422272540.050.1100.00273.3393.194.31
HexF2E3FE5B001115d5e
Octal36234337651300421135136
Binary11110010111000111111111010110110010001000110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3FE; }

 p { color: rgb(242,227,254); }

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

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

 a { background-color: rgb(242,227,254); }

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

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

 span { border-color: rgb(242,227,254); }

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