#F6EAFD

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

Shades of Magnolia #F6EAFD

Tints of Magnolia #F6EAFD

Color information

#F6EAFD (or 0xF6EAFD) is unknown color: approx Magnolia. HEX triplet: F6, EA and FD. RGB value is (246,234,253). Sum of RGB (Red+Green+Blue) = 246+234+253=733 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.56% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EAFD is #091502. Grayscale: #EFEFEF. Windows color (decimal): -595203 or 16640758. OLE color: 16640758.

HSL color Cylindrical-coordinate representation of color #F6EAFD: hue angle of 277.89º 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 #F6EAFD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246234253-
CMYK0.030.0800.01
HSL277.89º82.61%95.49%-
HSV(B)277.89º7.51%99.22%-
XYZ85.1685.53104.95-
YUV239.75135.48132.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.56%
GREEN value IS 234 (91.80% from 255) = 31.92%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=33.56%
G=31.92%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462342530.030.0800.01277.8982.6195.49
HexF6EAFD3801116535f
Octal36635237531001426123137
Binary1111011011101010111111011110000110001011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EAFD; }

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

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

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

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

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

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

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

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