#F7EDFD

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

Shades of Magnolia #F7EDFD

Tints of Magnolia #F7EDFD

Color information

#F7EDFD (or 0xF7EDFD) is unknown color: approx Magnolia. HEX triplet: F7, ED and FD. RGB value is (247,237,253). Sum of RGB (Red+Green+Blue) = 247+237+253=737 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.51% from 737); Green value is 237 (92.97% from 255 or 32.16% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDFD is #081202. Grayscale: #F1F1F1. Windows color (decimal): -528899 or 16641527. OLE color: 16641527.

HSL color Cylindrical-coordinate representation of color #F7EDFD: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F7EDFD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247237253-
CMYK0.020.0600.01
HSL277.5º80%96.08%-
HSV(B)277.5º6.32%99.22%-
XYZ86.3787.43105.25-
YUV241.81134.31131.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.51%
GREEN value IS 237 (92.97% from 255) = 32.16%
BLUE value IS 253 (99.22% from 255) = 34.33%
R=33.51%
G=32.16%
B=34.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472372530.020.0600.01277.58096.08
HexF7EDFD26011165060
Octal3673553752601426120140
Binary111101111110110111111101101100110001011010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDFD; }

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

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

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

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

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

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

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

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