#F7EDFE

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

Shades of Magnolia #F7EDFE

Tints of Magnolia #F7EDFE

Color information

#F7EDFE (or 0xF7EDFE) is unknown color: approx Magnolia. HEX triplet: F7, ED and FE. RGB value is (247,237,254). Sum of RGB (Red+Green+Blue) = 247+237+254=738 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.47% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDFE is #081201. Grayscale: #F1F1F1. Windows color (decimal): -528898 or 16707063. OLE color: 16707063.

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

Color convert

RGB247237254-
CMYK0.030.0700.00
HSL275.29º89.47%96.27%-
HSV(B)275.29º6.69%99.61%-
XYZ86.5387.5106.09-
YUV241.93134.81131.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.47%
GREEN value IS 237 (92.97% from 255) = 32.11%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=33.47%
G=32.11%
B=34.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472372540.030.0700.00275.2989.4796.27
HexF7EDFE37001135960
Octal3673553763700423131140
Binary111101111110110111111110111110010001001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDFE; }

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

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

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

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

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

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

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

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