#F7EAFF

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

Shades of Magnolia #F7EAFF

Tints of Magnolia #F7EAFF

Color information

#F7EAFF (or 0xF7EAFF) is unknown color: approx Magnolia. HEX triplet: F7, EA and FF. RGB value is (247,234,255). Sum of RGB (Red+Green+Blue) = 247+234+255=736 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.56% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7EAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EAFF is #081500. Grayscale: #F0F0F0. Windows color (decimal): -529665 or 16771831. OLE color: 16771831.

HSL color Cylindrical-coordinate representation of color #F7EAFF: hue angle of 277.14º 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 #F7EAFF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB247234255-
CMYK0.030.0800
HSL277.14º100%95.88%-
HSV(B)277.14º8.24%100%-
XYZ85.8385.84106.65-
YUV240.28136.31132.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.56%
GREEN value IS 234 (91.80% from 255) = 31.79%
BLUE value IS 255 (100% from 255) = 34.65%
R=33.56%
G=31.79%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472342550.030.0800277.1410095.88
HexF7EAFF38001156460
Octal36735237731000425144140
Binary1111011111101010111111111110000010001010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAFF; }

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

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

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

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

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

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

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

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