#F7EDFF

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

Shades of Magnolia #F7EDFF

Tints of Magnolia #F7EDFF

Color information

#F7EDFF (or 0xF7EDFF) is unknown color: approx Magnolia. HEX triplet: F7, ED and FF. RGB value is (247,237,255). Sum of RGB (Red+Green+Blue) = 247+237+255=739 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.42% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDFF is #081200. Grayscale: #F1F1F1. Windows color (decimal): -528897 or 16772599. OLE color: 16772599.

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

Color convert

RGB247237255-
CMYK0.030.0700
HSL273.33º100%96.47%-
HSV(B)273.33º7.06%100%-
XYZ86.6987.56106.94-
YUV242.04135.31131.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.42%
GREEN value IS 237 (92.97% from 255) = 32.07%
BLUE value IS 255 (100% from 255) = 34.51%
R=33.42%
G=32.07%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472372550.030.0700273.3310096.47
HexF7EDFF37001116460
Octal3673553773700421144140
Binary111101111110110111111111111110010001000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDFF; }

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

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

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

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

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

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

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

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