#F5F2FE

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

Shades of Magnolia #F5F2FE

Tints of Magnolia #F5F2FE

Color information

#F5F2FE (or 0xF5F2FE) is unknown color: approx Magnolia. HEX triplet: F5, F2 and FE. RGB value is (245,242,254). Sum of RGB (Red+Green+Blue) = 245+242+254=741 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.06% from 741); Green value is 242 (94.92% from 255 or 32.66% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2FE is #0A0D01. Grayscale: #F4F4F4. Windows color (decimal): -658690 or 16708341. OLE color: 16708341.

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

Color convert

RGB245242254-
CMYK0.040.0500.00
HSL255º85.71%97.25%-
HSV(B)255º4.72%99.61%-
XYZ87.390.07106.55-
YUV244.26133.49128.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.06%
GREEN value IS 242 (94.92% from 255) = 32.66%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=33.06%
G=32.66%
B=34.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452422540.040.0500.0025585.7197.25
HexF5F2FE4500ff5661
Octal3653623764500377126141
Binary111101011111001011111110100101001111111110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F2FE; }

 p { color: rgb(245,242,254); }

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

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

 a { background-color: rgb(245,242,254); }

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

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

 span { border-color: rgb(245,242,254); }

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