#F7F1FE

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

Shades of Magnolia #F7F1FE

Tints of Magnolia #F7F1FE

Color information

#F7F1FE (or 0xF7F1FE) is unknown color: approx Magnolia. HEX triplet: F7, F1 and FE. RGB value is (247,241,254). Sum of RGB (Red+Green+Blue) = 247+241+254=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 241 (94.53% from 255 or 32.48% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7F1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F1FE is #080E01. Grayscale: #F4F4F4. Windows color (decimal): -527874 or 16708087. OLE color: 16708087.

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

Color convert

RGB247241254-
CMYK0.030.0500.00
HSL267.69º86.67%97.06%-
HSV(B)267.69º5.12%99.61%-
XYZ87.789.84106.48-
YUV244.28133.49129.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.29%
GREEN value IS 241 (94.53% from 255) = 32.48%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=33.29%
G=32.48%
B=34.23%

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
Decimal2472412540.030.0500.00267.6986.6797.06
HexF7F1FE350010c5761
Octal3673613763500414127141
Binary111101111111000111111110111010010000110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F1FE; }

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

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

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

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

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

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

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

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