#F7EAFE

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

Shades of Magnolia #F7EAFE

Tints of Magnolia #F7EAFE

Color information

#F7EAFE (or 0xF7EAFE) is unknown color: approx Magnolia. HEX triplet: F7, EA and FE. RGB value is (247,234,254). Sum of RGB (Red+Green+Blue) = 247+234+254=735 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.61% from 735); Green value is 234 (91.80% from 255 or 31.84% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EAFE is #081501. Grayscale: #F0F0F0. Windows color (decimal): -529666 or 16706295. OLE color: 16706295.

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

Color convert

RGB247234254-
CMYK0.030.0800.00
HSL279º90.91%95.69%-
HSV(B)279º7.87%99.61%-
XYZ85.6785.78105.81-
YUV240.17135.81132.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.61%
GREEN value IS 234 (91.80% from 255) = 31.84%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=33.61%
G=31.84%
B=34.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472342540.030.0800.0027990.9195.69
HexF7EAFE38001175b60
Octal36735237631000427133140
Binary1111011111101010111111101110000010001011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAFE; }

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

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

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

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

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

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

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

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