#F4EBFE

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

Shades of Magnolia #F4EBFE

Tints of Magnolia #F4EBFE

Color information

#F4EBFE (or 0xF4EBFE) is unknown color: approx Magnolia. HEX triplet: F4, EB and FE. RGB value is (244,235,254). Sum of RGB (Red+Green+Blue) = 244+235+254=733 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.29% from 733); Green value is 235 (92.19% from 255 or 32.06% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4EBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EBFE is #0B1401. Grayscale: #EFEFEF. Windows color (decimal): -726018 or 16706548. OLE color: 16706548.

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

Color convert

RGB244235254-
CMYK0.040.0700.00
HSL268.42º90.48%95.88%-
HSV(B)268.42º7.48%99.61%-
XYZ84.9185.81105.85-
YUV239.86135.98130.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.29%
GREEN value IS 235 (92.19% from 255) = 32.06%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=33.29%
G=32.06%
B=34.65%

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
Decimal2442352540.040.0700.00268.4290.4895.88
HexF4EBFE470010c5a60
Octal3643533764700414132140
Binary1111010011101011111111101001110010000110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBFE; }

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

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

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

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

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

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

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

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