#F8F6FE

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

Shades of Magnolia #F8F6FE

Tints of Magnolia #F8F6FE

Color information

#F8F6FE (or 0xF8F6FE) is unknown color: approx Magnolia. HEX triplet: F8, F6 and FE. RGB value is (248,246,254). Sum of RGB (Red+Green+Blue) = 248+246+254=748 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.16% from 748); Green value is 246 (96.48% from 255 or 32.89% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F6FE is #070901. Grayscale: #F7F7F7. Windows color (decimal): -461058 or 16709368. OLE color: 16709368.

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

Color convert

RGB248246254-
CMYK0.020.0300.00
HSL255º80%98.04%-
HSV(B)255º3.15%99.61%-
XYZ89.5693.02107-
YUV247.51131.66128.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.16%
GREEN value IS 246 (96.48% from 255) = 32.89%
BLUE value IS 254 (99.61% from 255) = 33.96%
R=33.16%
G=32.89%
B=33.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482462540.020.0300.002558098.04
HexF8F6FE2300ff5062
Octal3703663762300377120142
Binary1111100011110110111111101011001111111110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F6FE; }

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

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

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

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

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

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

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

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