#F3EDFA

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

Shades of Magnolia #F3EDFA

Tints of Magnolia #F3EDFA

Color information

#F3EDFA (or 0xF3EDFA) is unknown color: approx Magnolia. HEX triplet: F3, ED and FA. RGB value is (243,237,250). Sum of RGB (Red+Green+Blue) = 243+237+250=730 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.29% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EDFA is #0C1205. Grayscale: #F0F0F0. Windows color (decimal): -791046 or 16444915. OLE color: 16444915.

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

Color convert

RGB243237250-
CMYK0.030.0500.02
HSL267.69º56.52%95.49%-
HSV(B)267.69º5.2%98.04%-
XYZ84.586.53102.69-
YUV240.28133.49129.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.29%
GREEN value IS 237 (92.97% from 255) = 32.47%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=33.29%
G=32.47%
B=34.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432372500.030.0500.02267.6956.5295.49
HexF3EDFA350210c395f
Octal363355372350241471137
Binary111100111110110111111010111010101000011001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDFA; }

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

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

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

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

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

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

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

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