#F5F1FA

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

Shades of Magnolia #F5F1FA

Tints of Magnolia #F5F1FA

Color information

#F5F1FA (or 0xF5F1FA) is unknown color: approx Magnolia. HEX triplet: F5, F1 and FA. RGB value is (245,241,250). Sum of RGB (Red+Green+Blue) = 245+241+250=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 241 (94.53% from 255 or 32.74% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5F1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1FA is #0A0E05. Grayscale: #F3F3F3. Windows color (decimal): -658950 or 16445941. OLE color: 16445941.

HSL color Cylindrical-coordinate representation of color #F5F1FA: hue angle of 266.67º degrees, saturation: 0.47, 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 #F5F1FA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245241250-
CMYK0.020.0400.02
HSL266.67º47.37%96.27%-
HSV(B)266.67º3.6%98.04%-
XYZ86.3789.23103.11-
YUV243.22131.83129.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.29%
GREEN value IS 241 (94.53% from 255) = 32.74%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=33.29%
G=32.74%
B=33.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452412500.020.0400.02266.6747.3796.27
HexF5F1FA240210b2f60
Octal365361372240241357140
Binary111101011111000111111010101000101000010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1FA; }

 p { color: rgb(245,241,250); }

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

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

 a { background-color: rgb(245,241,250); }

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

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

 span { border-color: rgb(245,241,250); }

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