#F4ECFA

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

Shades of Magnolia #F4ECFA

Tints of Magnolia #F4ECFA

Color information

#F4ECFA (or 0xF4ECFA) is unknown color: approx Magnolia. HEX triplet: F4, EC and FA. RGB value is (244,236,250). Sum of RGB (Red+Green+Blue) = 244+236+250=730 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.42% from 730); Green value is 236 (92.58% from 255 or 32.33% 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 #F4ECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4ECFA is #0B1305. Grayscale: #EFEFEF. Windows color (decimal): -725766 or 16444660. OLE color: 16444660.

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

Color convert

RGB244236250-
CMYK0.020.0600.02
HSL274.29º58.33%95.29%-
HSV(B)274.29º5.6%98.04%-
XYZ84.5686.13102.61-
YUV239.99133.65130.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.42%
GREEN value IS 236 (92.58% from 255) = 32.33%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=33.42%
G=32.33%
B=34.25%

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
Decimal2442362500.020.0600.02274.2958.3395.29
HexF4ECFA26021123a5f
Octal364354372260242272137
Binary111101001110110011111010101100101000100101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ECFA; }

 p { color: rgb(244,236,250); }

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

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

 a { background-color: rgb(244,236,250); }

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

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

 span { border-color: rgb(244,236,250); }

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