#F7EFFB

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

Shades of Magnolia #F7EFFB

Tints of Magnolia #F7EFFB

Color information

#F7EFFB (or 0xF7EFFB) is unknown color: approx Magnolia. HEX triplet: F7, EF and FB. RGB value is (247,239,251). Sum of RGB (Red+Green+Blue) = 247+239+251=737 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.51% from 737); Green value is 239 (93.75% from 255 or 32.43% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7EFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFFB is #081004. Grayscale: #F2F2F2. Windows color (decimal): -528389 or 16510967. OLE color: 16510967.

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

Color convert

RGB247239251-
CMYK0.020.0500.02
HSL280º60%96.08%-
HSV(B)280º4.78%98.43%-
XYZ86.6488.47103.78-
YUV242.76132.65131.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.51%
GREEN value IS 239 (93.75% from 255) = 32.43%
BLUE value IS 251 (98.44% from 255) = 34.06%
R=33.51%
G=32.43%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472392510.020.0500.022806096.08
HexF7EFFB25021183c60
Octal367357373250243074140
Binary111101111110111111111011101010101000110001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFFB; }

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

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

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

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

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

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

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

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