#F7EBFF

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

Shades of Magnolia #F7EBFF

Tints of Magnolia #F7EBFF

Color information

#F7EBFF (or 0xF7EBFF) is unknown color: approx Magnolia. HEX triplet: F7, EB and FF. RGB value is (247,235,255). Sum of RGB (Red+Green+Blue) = 247+235+255=737 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.51% from 737); Green value is 235 (92.19% from 255 or 31.89% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EBFF is #081400. Grayscale: #F0F0F0. Windows color (decimal): -529409 or 16772087. OLE color: 16772087.

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

Color convert

RGB247235255-
CMYK0.030.0800
HSL276º100%96.08%-
HSV(B)276º7.84%100%-
XYZ86.1286.41106.75-
YUV240.87135.98132.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.51%
GREEN value IS 235 (92.19% from 255) = 31.89%
BLUE value IS 255 (100% from 255) = 34.60%
R=33.51%
G=31.89%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472352550.030.080027610096.08
HexF7EBFF38001146460
Octal36735337731000424144140
Binary1111011111101011111111111110000010001010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EBFF; }

 p { color: rgb(247,235,255); }

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

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

 a { background-color: rgb(247,235,255); }

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

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

 span { border-color: rgb(247,235,255); }

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