#F5ECFB

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

Shades of Magnolia #F5ECFB

Tints of Magnolia #F5ECFB

Color information

#F5ECFB (or 0xF5ECFB) is unknown color: approx Magnolia. HEX triplet: F5, EC and FB. RGB value is (245,236,251). Sum of RGB (Red+Green+Blue) = 245+236+251=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5ECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECFB is #0A1304. Grayscale: #F0F0F0. Windows color (decimal): -660229 or 16510197. OLE color: 16510197.

HSL color Cylindrical-coordinate representation of color #F5ECFB: hue angle of 276º degrees, saturation: 0.65, 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 #F5ECFB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245236251-
CMYK0.020.0600.02
HSL276º65.22%95.49%-
HSV(B)276º5.98%98.43%-
XYZ85.0686.37103.45-
YUV240.4133.98131.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.47%
GREEN value IS 236 (92.58% from 255) = 32.24%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=33.47%
G=32.24%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452362510.020.0600.0227665.2295.49
HexF5ECFB2602114415f
Octal3653543732602424101137
Binary1111010111101100111110111011001010001010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECFB; }

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

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

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

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

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

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

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

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