#F7EFFC

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

Shades of Magnolia #F7EFFC

Tints of Magnolia #F7EFFC

Color information

#F7EFFC (or 0xF7EFFC) is unknown color: approx Magnolia. HEX triplet: F7, EF and FC. RGB value is (247,239,252). Sum of RGB (Red+Green+Blue) = 247+239+252=738 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.47% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7EFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFFC is #081003. Grayscale: #F2F2F2. Windows color (decimal): -528388 or 16576503. OLE color: 16576503.

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

Color convert

RGB247239252-
CMYK0.020.0500.01
HSL276.92º68.42%96.27%-
HSV(B)276.92º5.16%98.82%-
XYZ86.7988.54104.61-
YUV242.87133.15130.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.47%
GREEN value IS 239 (93.75% from 255) = 32.38%
BLUE value IS 252 (98.83% from 255) = 34.15%
R=33.47%
G=32.38%
B=34.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472392520.020.0500.01276.9268.4296.27
HexF7EFFC25011154460
Octal3673573742501425104140
Binary111101111110111111111100101010110001010110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFFC; }

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

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

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

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

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

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

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

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