#F3EBFA

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

Shades of Magnolia #F3EBFA

Tints of Magnolia #F3EBFA

Color information

#F3EBFA (or 0xF3EBFA) is unknown color: approx Magnolia. HEX triplet: F3, EB and FA. RGB value is (243,235,250). Sum of RGB (Red+Green+Blue) = 243+235+250=728 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.38% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3EBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EBFA is #0C1405. Grayscale: #EFEFEF. Windows color (decimal): -791558 or 16444403. OLE color: 16444403.

HSL color Cylindrical-coordinate representation of color #F3EBFA: hue angle of 272º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F3EBFA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243235250-
CMYK0.030.0600.02
HSL272º60%95.1%-
HSV(B)272º6%98.04%-
XYZ83.9385.37102.5-
YUV239.1134.15130.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.38%
GREEN value IS 235 (92.19% from 255) = 32.28%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=33.38%
G=32.28%
B=34.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432352500.030.0600.022726095.1
HexF3EBFA36021103c5f
Octal363353372360242074137
Binary111100111110101111111010111100101000100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBFA; }

 p { color: rgb(243,235,250); }

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

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

 a { background-color: rgb(243,235,250); }

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

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

 span { border-color: rgb(243,235,250); }

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