#F4EFFE

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

Shades of Magnolia #F4EFFE

Tints of Magnolia #F4EFFE

Color information

#F4EFFE (or 0xF4EFFE) is unknown color: approx Magnolia. HEX triplet: F4, EF and FE. RGB value is (244,239,254). Sum of RGB (Red+Green+Blue) = 244+239+254=737 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.11% from 737); Green value is 239 (93.75% from 255 or 32.43% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EFFE is #0B1001. Grayscale: #F2F2F2. Windows color (decimal): -724994 or 16707572. OLE color: 16707572.

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

Color convert

RGB244239254-
CMYK0.040.0600.00
HSL260º88.24%96.67%-
HSV(B)260º5.91%99.61%-
XYZ86.0688.12106.24-
YUV242.2134.66129.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.11%
GREEN value IS 239 (93.75% from 255) = 32.43%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=33.11%
G=32.43%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442392540.040.0600.0026088.2496.67
HexF4EFFE46001045861
Octal3643573764600404130141
Binary1111010011101111111111101001100010000010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFFE; }

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

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

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

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

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

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

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

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