#F3EFFF

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

Shades of Magnolia #F3EFFF

Tints of Magnolia #F3EFFF

Color information

#F3EFFF (or 0xF3EFFF) is unknown color: approx Magnolia. HEX triplet: F3, EF and FF. RGB value is (243,239,255). Sum of RGB (Red+Green+Blue) = 243+239+255=737 (97% of max value = 765). Red value is 243 (95.31% from 255 or 32.97% from 737); Green value is 239 (93.75% from 255 or 32.43% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EFFF is #0C1000. Grayscale: #F1F1F1. Windows color (decimal): -790529 or 16773107. OLE color: 16773107.

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

Color convert

RGB243239255-
CMYK0.050.0600
HSL255º100%96.86%-
HSV(B)255º6.27%100%-
XYZ85.8888.01107.07-
YUV242.02135.33128.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.97%
GREEN value IS 239 (93.75% from 255) = 32.43%
BLUE value IS 255 (100% from 255) = 34.60%
R=32.97%
G=32.43%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432392550.050.060025510096.86
HexF3EFFF5600ff6461
Octal3633573775600377144141
Binary111100111110111111111111101110001111111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EFFF; }

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

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

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

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

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

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

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

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