#F7EFFD

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

Shades of Magnolia #F7EFFD

Tints of Magnolia #F7EFFD

Color information

#F7EFFD (or 0xF7EFFD) is unknown color: approx Magnolia. HEX triplet: F7, EF and FD. RGB value is (247,239,253). Sum of RGB (Red+Green+Blue) = 247+239+253=739 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.42% from 739); Green value is 239 (93.75% from 255 or 32.34% 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 #F7EFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFFD is #081002. Grayscale: #F2F2F2. Windows color (decimal): -528387 or 16642039. OLE color: 16642039.

HSL color Cylindrical-coordinate representation of color #F7EFFD: hue angle of 274.29º degrees, saturation: 0.78, 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 #F7EFFD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247239253-
CMYK0.020.0600.01
HSL274.29º77.78%96.47%-
HSV(B)274.29º5.53%99.22%-
XYZ86.9588.6105.45-
YUV242.99133.65130.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.42%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 253 (99.22% from 255) = 34.24%
R=33.42%
G=32.34%
B=34.24%

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
Decimal2472392530.020.0600.01274.2977.7896.47
HexF7EFFD26011124e60
Octal3673573752601422116140
Binary111101111110111111111101101100110001001010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFFD; }

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

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

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

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

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

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

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

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