#F5EAFD

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

Shades of Magnolia #F5EAFD

Tints of Magnolia #F5EAFD

Color information

#F5EAFD (or 0xF5EAFD) is unknown color: approx Magnolia. HEX triplet: F5, EA and FD. RGB value is (245,234,253). Sum of RGB (Red+Green+Blue) = 245+234+253=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 234 (91.80% from 255 or 31.97% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EAFD is #0A1502. Grayscale: #EFEFEF. Windows color (decimal): -660739 or 16640757. OLE color: 16640757.

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

Color convert

RGB245234253-
CMYK0.030.0800.01
HSL274.74º82.61%95.49%-
HSV(B)274.74º7.51%99.22%-
XYZ84.8185.35104.93-
YUV239.46135.64131.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.47%
GREEN value IS 234 (91.80% from 255) = 31.97%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=33.47%
G=31.97%
B=34.56%

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
Decimal2452342530.030.0800.01274.7482.6195.49
HexF5EAFD3801113535f
Octal36535237531001423123137
Binary1111010111101010111111011110000110001001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EAFD; }

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

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

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

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

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

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

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

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