#F8F4FE

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

Shades of Magnolia #F8F4FE

Tints of Magnolia #F8F4FE

Color information

#F8F4FE (or 0xF8F4FE) is unknown color: approx Magnolia. HEX triplet: F8, F4 and FE. RGB value is (248,244,254). Sum of RGB (Red+Green+Blue) = 248+244+254=746 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.24% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F4FE is #070B01. Grayscale: #F6F6F6. Windows color (decimal): -461570 or 16708856. OLE color: 16708856.

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

Color convert

RGB248244254-
CMYK0.020.0400.00
HSL264º83.33%97.65%-
HSV(B)264º3.94%99.61%-
XYZ88.9591.81106.8-
YUV246.34132.33129.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.24%
GREEN value IS 244 (95.70% from 255) = 32.71%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=33.24%
G=32.71%
B=34.05%

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
Decimal2482442540.020.0400.0026483.3397.65
HexF8F4FE24001085362
Octal3703643762400410123142
Binary111110001111010011111110101000010000100010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F4FE; }

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

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

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

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

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

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

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

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