#F6F0FD

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

Shades of Magnolia #F6F0FD

Tints of Magnolia #F6F0FD

Color information

#F6F0FD (or 0xF6F0FD) is unknown color: approx Magnolia. HEX triplet: F6, F0 and FD. RGB value is (246,240,253). Sum of RGB (Red+Green+Blue) = 246+240+253=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 240 (94.14% from 255 or 32.48% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F0FD is #090F02. Grayscale: #F3F3F3. Windows color (decimal): -593667 or 16642294. OLE color: 16642294.

HSL color Cylindrical-coordinate representation of color #F6F0FD: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6F0FD is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246240253-
CMYK0.030.0500.01
HSL267.69º76.47%96.67%-
HSV(B)267.69º5.14%99.22%-
XYZ86.989105.53-
YUV243.28133.49129.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.29%
GREEN value IS 240 (94.14% from 255) = 32.48%
BLUE value IS 253 (99.22% from 255) = 34.24%
R=33.29%
G=32.48%
B=34.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462402530.030.0500.01267.6976.4796.67
HexF6F0FD350110c4c61
Octal3663603753501414114141
Binary111101101111000011111101111010110000110010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F0FD; }

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

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

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

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

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

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

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

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