#F5ECFD

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

Shades of Magnolia #F5ECFD

Tints of Magnolia #F5ECFD

Color information

#F5ECFD (or 0xF5ECFD) is unknown color: approx Magnolia. HEX triplet: F5, EC and FD. RGB value is (245,236,253). Sum of RGB (Red+Green+Blue) = 245+236+253=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 236 (92.58% from 255 or 32.15% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECFD is #0A1302. Grayscale: #F0F0F0. Windows color (decimal): -660227 or 16641269. OLE color: 16641269.

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

Color convert

RGB245236253-
CMYK0.030.0700.01
HSL271.76º80.95%95.88%-
HSV(B)271.76º6.72%99.22%-
XYZ85.3886.5105.12-
YUV240.63134.98131.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.38%
GREEN value IS 236 (92.58% from 255) = 32.15%
BLUE value IS 253 (99.22% from 255) = 34.47%
R=33.38%
G=32.15%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452362530.030.0700.01271.7680.9595.88
HexF5ECFD37011105160
Octal3653543753701420121140
Binary111101011110110011111101111110110001000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECFD; }

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

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

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

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

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

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

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

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