#F8F3FE

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

Shades of Magnolia #F8F3FE

Tints of Magnolia #F8F3FE

Color information

#F8F3FE (or 0xF8F3FE) is unknown color: approx Magnolia. HEX triplet: F8, F3 and FE. RGB value is (248,243,254). Sum of RGB (Red+Green+Blue) = 248+243+254=745 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.29% from 745); Green value is 243 (95.31% from 255 or 32.62% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F3FE is #070C01. Grayscale: #F5F5F5. Windows color (decimal): -461826 or 16708600. OLE color: 16708600.

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

Color convert

RGB248243254-
CMYK0.020.0400.00
HSL267.27º84.62%97.45%-
HSV(B)267.27º4.33%99.61%-
XYZ88.6591.21106.7-
YUV245.75132.66129.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.29%
GREEN value IS 243 (95.31% from 255) = 32.62%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=33.29%
G=32.62%
B=34.09%

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
Decimal2482432540.020.0400.00267.2784.6297.45
HexF8F3FE240010b5561
Octal3703633762400413125141
Binary111110001111001111111110101000010000101110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F3FE; }

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

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

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

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

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

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

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

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