#F5F2FF

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

Shades of Magnolia #F5F2FF

Tints of Magnolia #F5F2FF

Color information

#F5F2FF (or 0xF5F2FF) is unknown color: approx Magnolia. HEX triplet: F5, F2 and FF. RGB value is (245,242,255). Sum of RGB (Red+Green+Blue) = 245+242+255=742 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.02% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2FF is #0A0D00. Grayscale: #F4F4F4. Windows color (decimal): -658689 or 16773877. OLE color: 16773877.

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

Color convert

RGB245242255-
CMYK0.040.0500
HSL253.85º100%97.45%-
HSV(B)253.85º5.1%100%-
XYZ87.4690.14107.4-
YUV244.38133.99128.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.02%
GREEN value IS 242 (94.92% from 255) = 32.61%
BLUE value IS 255 (100% from 255) = 34.37%
R=33.02%
G=32.61%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452422550.040.0500253.8510097.45
HexF5F2FF4500fe6461
Octal3653623774500376144141
Binary111101011111001011111111100101001111111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F2FF; }

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

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

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

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

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

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

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

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