#F8F5FE

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

Shades of Magnolia #F8F5FE

Tints of Magnolia #F8F5FE

Color information

#F8F5FE (or 0xF8F5FE) is unknown color: approx Magnolia. HEX triplet: F8, F5 and FE. RGB value is (248,245,254). Sum of RGB (Red+Green+Blue) = 248+245+254=747 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.20% from 747); Green value is 245 (96.09% from 255 or 32.80% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5FE is #070A01. Grayscale: #F6F6F6. Windows color (decimal): -461314 or 16709112. OLE color: 16709112.

HSL color Cylindrical-coordinate representation of color #F8F5FE: hue angle of 260º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F5FE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB248245254-
CMYK0.020.0400.00
HSL260º81.82%97.84%-
HSV(B)260º3.54%99.61%-
XYZ89.2592.42106.9-
YUV246.92131.99128.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.20%
GREEN value IS 245 (96.09% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=33.20%
G=32.80%
B=34.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482452540.020.0400.0026081.8297.84
HexF8F5FE24001045262
Octal3703653762400404122142
Binary111110001111010111111110101000010000010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F5FE; }

 p { color: rgb(248,245,254); }

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

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

 a { background-color: rgb(248,245,254); }

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

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

 span { border-color: rgb(248,245,254); }

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