#F4EDFE

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

Shades of Magnolia #F4EDFE

Tints of Magnolia #F4EDFE

Color information

#F4EDFE (or 0xF4EDFE) is unknown color: approx Magnolia. HEX triplet: F4, ED and FE. RGB value is (244,237,254). Sum of RGB (Red+Green+Blue) = 244+237+254=735 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.20% from 735); Green value is 237 (92.97% from 255 or 32.24% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EDFE is #0B1201. Grayscale: #F0F0F0. Windows color (decimal): -725506 or 16707060. OLE color: 16707060.

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

Color convert

RGB244237254-
CMYK0.040.0700.00
HSL264.71º89.47%96.27%-
HSV(B)264.71º6.69%99.61%-
XYZ85.4886.96106.04-
YUV241.03135.32130.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.20%
GREEN value IS 237 (92.97% from 255) = 32.24%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=33.20%
G=32.24%
B=34.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442372540.040.0700.00264.7189.4796.27
HexF4EDFE47001095960
Octal3643553764700411131140
Binary1111010011101101111111101001110010000100110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDFE; }

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

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

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

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

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

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

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

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