#F7F5FD

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

Shades of Magnolia #F7F5FD

Tints of Magnolia #F7F5FD

Color information

#F7F5FD (or 0xF7F5FD) is unknown color: approx Magnolia. HEX triplet: F7, F5 and FD. RGB value is (247,245,253). Sum of RGB (Red+Green+Blue) = 247+245+253=745 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.15% from 745); Green value is 245 (96.09% from 255 or 32.89% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F5FD is #080A02. Grayscale: #F6F6F6. Windows color (decimal): -526851 or 16643575. OLE color: 16643575.

HSL color Cylindrical-coordinate representation of color #F7F5FD: hue angle of 255º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F7F5FD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247245253-
CMYK0.020.0300.01
HSL255º66.67%97.65%-
HSV(B)255º3.16%99.22%-
XYZ88.7492.17106.04-
YUV246.51131.66128.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.15%
GREEN value IS 245 (96.09% from 255) = 32.89%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=33.15%
G=32.89%
B=33.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472452530.020.0300.0125566.6797.65
HexF7F5FD2301ff4362
Octal3673653752301377103142
Binary1111011111110101111111011011011111111110000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5FD; }

 p { color: rgb(247,245,253); }

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

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

 a { background-color: rgb(247,245,253); }

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

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

 span { border-color: rgb(247,245,253); }

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