#F5ECFF

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

Shades of Magnolia #F5ECFF

Tints of Magnolia #F5ECFF

Color information

#F5ECFF (or 0xF5ECFF) is unknown color: approx Magnolia. HEX triplet: F5, EC and FF. RGB value is (245,236,255). Sum of RGB (Red+Green+Blue) = 245+236+255=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 236 (92.58% from 255 or 32.07% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECFF is #0A1300. Grayscale: #F0F0F0. Windows color (decimal): -660225 or 16772341. OLE color: 16772341.

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

Color convert

RGB245236255-
CMYK0.040.0700
HSL268.42º100%96.27%-
HSV(B)268.42º7.45%100%-
XYZ85.786.62106.81-
YUV240.86135.98130.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.29%
GREEN value IS 236 (92.58% from 255) = 32.07%
BLUE value IS 255 (100% from 255) = 34.65%
R=33.29%
G=32.07%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452362550.040.0700268.4210096.27
HexF5ECFF470010c6460
Octal3653543774700414144140
Binary1111010111101100111111111001110010000110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECFF; }

 p { color: rgb(245,236,255); }

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

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

 a { background-color: rgb(245,236,255); }

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

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

 span { border-color: rgb(245,236,255); }

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