#F4EBFA

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

Shades of Magnolia #F4EBFA

Tints of Magnolia #F4EBFA

Color information

#F4EBFA (or 0xF4EBFA) is unknown color: approx Magnolia. HEX triplet: F4, EB and FA. RGB value is (244,235,250). Sum of RGB (Red+Green+Blue) = 244+235+250=729 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.47% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4EBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EBFA is #0B1405. Grayscale: #EFEFEF. Windows color (decimal): -726022 or 16444404. OLE color: 16444404.

HSL color Cylindrical-coordinate representation of color #F4EBFA: hue angle of 276º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F4EBFA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244235250-
CMYK0.020.0600.02
HSL276º60%95.1%-
HSV(B)276º6%98.04%-
XYZ84.2785.55102.51-
YUV239.4133.98131.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.47%
GREEN value IS 235 (92.19% from 255) = 32.24%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=33.47%
G=32.24%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442352500.020.0600.022766095.1
HexF4EBFA26021143c5f
Octal364353372260242474137
Binary111101001110101111111010101100101000101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBFA; }

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

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

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

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

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

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

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

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