#F3E6FF

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

Shades of Magnolia #F3E6FF

Tints of Magnolia #F3E6FF

Color information

#F3E6FF (or 0xF3E6FF) is unknown color: approx Magnolia. HEX triplet: F3, E6 and FF. RGB value is (243,230,255). Sum of RGB (Red+Green+Blue) = 243+230+255=728 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.38% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3E6FF is #0C1900. Grayscale: #ECECEC. Windows color (decimal): -792833 or 16770803. OLE color: 16770803.

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

Color convert

RGB243230255-
CMYK0.050.1000
HSL271.2º100%95.1%-
HSV(B)271.2º9.8%100%-
XYZ83.3182.87106.21-
YUV236.74138.31132.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.38%
GREEN value IS 230 (90.23% from 255) = 31.59%
BLUE value IS 255 (100% from 255) = 35.03%
R=33.38%
G=31.59%
B=35.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432302550.050.1000271.210095.1
HexF3E6FF5A0010f645f
Octal36334637751200417144137
Binary11110011111001101111111110110100010000111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6FF; }

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

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

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

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

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

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

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

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