#F4F0FD

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

Shades of Magnolia #F4F0FD

Tints of Magnolia #F4F0FD

Color information

#F4F0FD (or 0xF4F0FD) is unknown color: approx Magnolia. HEX triplet: F4, F0 and FD. RGB value is (244,240,253). Sum of RGB (Red+Green+Blue) = 244+240+253=737 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.11% from 737); Green value is 240 (94.14% from 255 or 32.56% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F0FD is #0B0F02. Grayscale: #F2F2F2. Windows color (decimal): -724739 or 16642292. OLE color: 16642292.

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

Color convert

RGB244240253-
CMYK0.040.0500.01
HSL258.46º76.47%96.67%-
HSV(B)258.46º5.14%99.22%-
XYZ86.288.65105.5-
YUV242.68133.83128.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.11%
GREEN value IS 240 (94.14% from 255) = 32.56%
BLUE value IS 253 (99.22% from 255) = 34.33%
R=33.11%
G=32.56%
B=34.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442402530.040.0500.01258.4676.4796.67
HexF4F0FD45011024c61
Octal3643603754501402114141
Binary1111010011110000111111011001010110000001010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F0FD; }

 p { color: rgb(244,240,253); }

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

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

 a { background-color: rgb(244,240,253); }

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

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

 span { border-color: rgb(244,240,253); }

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