#F3E4FE

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

Shades of Magnolia #F3E4FE

Tints of Magnolia #F3E4FE

Color information

#F3E4FE (or 0xF3E4FE) is unknown color: approx Magnolia. HEX triplet: F3, E4 and FE. RGB value is (243,228,254). Sum of RGB (Red+Green+Blue) = 243+228+254=725 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.52% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E4FE is #0C1B01. Grayscale: #EBEBEB. Windows color (decimal): -793346 or 16704755. OLE color: 16704755.

HSL color Cylindrical-coordinate representation of color #F3E4FE: hue angle of 274.62º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E4FE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243228254-
CMYK0.040.1000.00
HSL274.62º92.86%94.51%-
HSV(B)274.62º10.24%99.61%-
XYZ82.5981.7105.18-
YUV235.45138.47133.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.52%
GREEN value IS 228 (89.45% from 255) = 31.45%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=33.52%
G=31.45%
B=35.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432282540.040.1000.00274.6292.8694.51
HexF3E4FE4A001135d5f
Octal36334437641200423135137
Binary11110011111001001111111010010100010001001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E4FE; }

 p { color: rgb(243,228,254); }

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

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

 a { background-color: rgb(243,228,254); }

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

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

 span { border-color: rgb(243,228,254); }

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