#F4EEFD

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

Shades of Magnolia #F4EEFD

Tints of Magnolia #F4EEFD

Color information

#F4EEFD (or 0xF4EEFD) is unknown color: approx Magnolia. HEX triplet: F4, EE and FD. RGB value is (244,238,253). Sum of RGB (Red+Green+Blue) = 244+238+253=735 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.20% from 735); Green value is 238 (93.36% from 255 or 32.38% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EEFD is #0B1102. Grayscale: #F1F1F1. Windows color (decimal): -725251 or 16641780. OLE color: 16641780.

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

Color convert

RGB244238253-
CMYK0.040.0600.01
HSL264º78.95%96.27%-
HSV(B)264º5.93%99.22%-
XYZ85.6187.47105.3-
YUV241.5134.49129.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.20%
GREEN value IS 238 (93.36% from 255) = 32.38%
BLUE value IS 253 (99.22% from 255) = 34.42%
R=33.20%
G=32.38%
B=34.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442382530.040.0600.0126478.9596.27
HexF4EEFD46011084f60
Octal3643563754601410117140
Binary1111010011101110111111011001100110000100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EEFD; }

 p { color: rgb(244,238,253); }

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

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

 a { background-color: rgb(244,238,253); }

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

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

 span { border-color: rgb(244,238,253); }

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