#F4F1FB

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

Shades of Magnolia #F4F1FB

Tints of Magnolia #F4F1FB

Color information

#F4F1FB (or 0xF4F1FB) is unknown color: approx Magnolia. HEX triplet: F4, F1 and FB. RGB value is (244,241,251). Sum of RGB (Red+Green+Blue) = 244+241+251=736 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.15% from 736); Green value is 241 (94.53% from 255 or 32.74% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4F1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F1FB is #0B0E04. Grayscale: #F3F3F3. Windows color (decimal): -724485 or 16511476. OLE color: 16511476.

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

Color convert

RGB244241251-
CMYK0.030.0400.02
HSL258º55.56%96.47%-
HSV(B)258º3.98%98.43%-
XYZ86.1889.11103.92-
YUV243.04132.49128.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.15%
GREEN value IS 241 (94.53% from 255) = 32.74%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=33.15%
G=32.74%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442412510.030.0400.0225855.5696.47
HexF4F1FB34021023860
Octal364361373340240270140
Binary111101001111000111111011111000101000000101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F1FB; }

 p { color: rgb(244,241,251); }

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

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

 a { background-color: rgb(244,241,251); }

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

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

 span { border-color: rgb(244,241,251); }

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