#F1EAFD

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

Shades of Magnolia #F1EAFD

Tints of Magnolia #F1EAFD

Color information

#F1EAFD (or 0xF1EAFD) is unknown color: approx Magnolia. HEX triplet: F1, EA and FD. RGB value is (241,234,253). Sum of RGB (Red+Green+Blue) = 241+234+253=728 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.10% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAFD is #0E1502. Grayscale: #EEEEEE. Windows color (decimal): -922883 or 16640753. OLE color: 16640753.

HSL color Cylindrical-coordinate representation of color #F1EAFD: hue angle of 262.11º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1EAFD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241234253-
CMYK0.050.0800.01
HSL262.11º82.61%95.49%-
HSV(B)262.11º7.51%99.22%-
XYZ83.4384.64104.87-
YUV238.26136.32129.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 32.14%
BLUE value IS 253 (99.22% from 255) = 34.75%
R=33.10%
G=32.14%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412342530.050.0800.01262.1182.6195.49
HexF1EAFD5801106535f
Octal36135237551001406123137
Binary11110001111010101111110110110000110000011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAFD; }

 p { color: rgb(241,234,253); }

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

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

 a { background-color: rgb(241,234,253); }

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

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

 span { border-color: rgb(241,234,253); }

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