#F6F0FE

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

Shades of Magnolia #F6F0FE

Tints of Magnolia #F6F0FE

Color information

#F6F0FE (or 0xF6F0FE) is unknown color: approx Magnolia. HEX triplet: F6, F0 and FE. RGB value is (246,240,254). Sum of RGB (Red+Green+Blue) = 246+240+254=740 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.24% from 740); Green value is 240 (94.14% from 255 or 32.43% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F0FE is #090F01. Grayscale: #F3F3F3. Windows color (decimal): -593666 or 16707830. OLE color: 16707830.

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

Color convert

RGB246240254-
CMYK0.030.0600.00
HSL265.71º87.5%96.86%-
HSV(B)265.71º5.51%99.61%-
XYZ87.0689.07106.37-
YUV243.39133.99129.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.24%
GREEN value IS 240 (94.14% from 255) = 32.43%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=33.24%
G=32.43%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462402540.030.0600.00265.7187.596.86
HexF6F0FE360010a5861
Octal3663603763600412130141
Binary111101101111000011111110111100010000101010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F0FE; }

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

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

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

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

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

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

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

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