#F7F2FE

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

Shades of Magnolia #F7F2FE

Tints of Magnolia #F7F2FE

Color information

#F7F2FE (or 0xF7F2FE) is unknown color: approx Magnolia. HEX triplet: F7, F2 and FE. RGB value is (247,242,254). Sum of RGB (Red+Green+Blue) = 247+242+254=743 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.24% from 743); Green value is 242 (94.92% from 255 or 32.57% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2FE is #080D01. Grayscale: #F4F4F4. Windows color (decimal): -527618 or 16708343. OLE color: 16708343.

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

Color convert

RGB247242254-
CMYK0.030.0500.00
HSL265º85.71%97.25%-
HSV(B)265º4.72%99.61%-
XYZ8890.43106.58-
YUV244.86133.16129.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.24%
GREEN value IS 242 (94.92% from 255) = 32.57%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=33.24%
G=32.57%
B=34.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472422540.030.0500.0026585.7197.25
HexF7F2FE35001095661
Octal3673623763500411126141
Binary111101111111001011111110111010010000100110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F2FE; }

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

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

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

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

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

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

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

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