#F4EDFA

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

Shades of Magnolia #F4EDFA

Tints of Magnolia #F4EDFA

Color information

#F4EDFA (or 0xF4EDFA) is unknown color: approx Magnolia. HEX triplet: F4, ED and FA. RGB value is (244,237,250). Sum of RGB (Red+Green+Blue) = 244+237+250=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EDFA is #0B1205. Grayscale: #F0F0F0. Windows color (decimal): -725510 or 16444916. OLE color: 16444916.

HSL color Cylindrical-coordinate representation of color #F4EDFA: hue angle of 272.31º 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 #F4EDFA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244237250-
CMYK0.020.0500.02
HSL272.31º56.52%95.49%-
HSV(B)272.31º5.2%98.04%-
XYZ84.8586.7102.71-
YUV240.58133.32130.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 32.42%
BLUE value IS 250 (98.05% from 255) = 34.20%
R=33.38%
G=32.42%
B=34.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442372500.020.0500.02272.3156.5295.49
HexF4EDFA2502110395f
Octal364355372250242071137
Binary111101001110110111111010101010101000100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDFA; }

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

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

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

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

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

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

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

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