#F7EFFF

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

Shades of Magnolia #F7EFFF

Tints of Magnolia #F7EFFF

Color information

#F7EFFF (or 0xF7EFFF) is unknown color: approx Magnolia. HEX triplet: F7, EF and FF. RGB value is (247,239,255). Sum of RGB (Red+Green+Blue) = 247+239+255=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFFF is #081000. Grayscale: #F3F3F3. Windows color (decimal): -528385 or 16773111. OLE color: 16773111.

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

Color convert

RGB247239255-
CMYK0.030.0600
HSL270º100%96.86%-
HSV(B)270º6.27%100%-
XYZ87.2788.73107.13-
YUV243.22134.65130.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 32.25%
BLUE value IS 255 (100% from 255) = 34.41%
R=33.33%
G=32.25%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472392550.030.060027010096.86
HexF7EFFF360010e6461
Octal3673573773600416144141
Binary111101111110111111111111111100010000111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFFF; }

 p { color: rgb(247,239,255); }

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

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

 a { background-color: rgb(247,239,255); }

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

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

 span { border-color: rgb(247,239,255); }

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