#F7F2FD

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

Shades of Magnolia #F7F2FD

Tints of Magnolia #F7F2FD

Color information

#F7F2FD (or 0xF7F2FD) is unknown color: approx Magnolia. HEX triplet: F7, F2 and FD. RGB value is (247,242,253). Sum of RGB (Red+Green+Blue) = 247+242+253=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7F2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2FD is #080D02. Grayscale: #F4F4F4. Windows color (decimal): -527619 or 16642807. OLE color: 16642807.

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

Color convert

RGB247242253-
CMYK0.020.0400.01
HSL267.27º73.33%97.06%-
HSV(B)267.27º4.35%99.22%-
XYZ87.8490.37105.74-
YUV244.75132.66129.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.29%
GREEN value IS 242 (94.92% from 255) = 32.61%
BLUE value IS 253 (99.22% from 255) = 34.10%
R=33.29%
G=32.61%
B=34.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472422530.020.0400.01267.2773.3397.06
HexF7F2FD240110b4961
Octal3673623752401413111141
Binary111101111111001011111101101000110000101110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F2FD; }

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

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

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

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

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

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

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

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