#F3E2FF

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

Shades of Magnolia #F3E2FF

Tints of Magnolia #F3E2FF

Color information

#F3E2FF (or 0xF3E2FF) is unknown color: approx Magnolia. HEX triplet: F3, E2 and FF. RGB value is (243,226,255). Sum of RGB (Red+Green+Blue) = 243+226+255=724 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.56% from 724); Green value is 226 (88.67% from 255 or 31.22% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E2FF is #0C1D00. Grayscale: #EAEAEA. Windows color (decimal): -793857 or 16769779. OLE color: 16769779.

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

Color convert

RGB243226255-
CMYK0.050.1100
HSL275.17º100%94.31%-
HSV(B)275.17º11.37%100%-
XYZ82.2180.67105.85-
YUV234.39139.63134.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.56%
GREEN value IS 226 (88.67% from 255) = 31.22%
BLUE value IS 255 (100% from 255) = 35.22%
R=33.56%
G=31.22%
B=35.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432262550.050.1100275.1710094.31
HexF3E2FF5B00113645e
Octal36334237751300423144136
Binary11110011111000101111111110110110010001001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2FF; }

 p { color: rgb(243,226,255); }

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

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

 a { background-color: rgb(243,226,255); }

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

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

 span { border-color: rgb(243,226,255); }

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