#F8EAFF

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

Shades of Magnolia #F8EAFF

Tints of Magnolia #F8EAFF

Color information

#F8EAFF (or 0xF8EAFF) is unknown color: approx Magnolia. HEX triplet: F8, EA and FF. RGB value is (248,234,255). Sum of RGB (Red+Green+Blue) = 248+234+255=737 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.65% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8EAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EAFF is #071500. Grayscale: #F0F0F0. Windows color (decimal): -464129 or 16771832. OLE color: 16771832.

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

Color convert

RGB248234255-
CMYK0.030.0800
HSL280º100%95.88%-
HSV(B)280º8.24%100%-
XYZ86.1886.02106.67-
YUV240.58136.14133.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.65%
GREEN value IS 234 (91.80% from 255) = 31.75%
BLUE value IS 255 (100% from 255) = 34.60%
R=33.65%
G=31.75%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482342550.030.080028010095.88
HexF8EAFF38001186460
Octal37035237731000430144140
Binary1111100011101010111111111110000010001100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAFF; }

 p { color: rgb(248,234,255); }

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

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

 a { background-color: rgb(248,234,255); }

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

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

 span { border-color: rgb(248,234,255); }

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