#F5F0FD

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

Shades of Magnolia #F5F0FD

Tints of Magnolia #F5F0FD

Color information

#F5F0FD (or 0xF5F0FD) is unknown color: approx Magnolia. HEX triplet: F5, F0 and FD. RGB value is (245,240,253). Sum of RGB (Red+Green+Blue) = 245+240+253=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 240 (94.14% from 255 or 32.52% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F0FD is #0A0F02. Grayscale: #F2F2F2. Windows color (decimal): -659203 or 16642293. OLE color: 16642293.

HSL color Cylindrical-coordinate representation of color #F5F0FD: hue angle of 263.08º 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 #F5F0FD is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245240253-
CMYK0.030.0500.01
HSL263.08º76.47%96.67%-
HSV(B)263.08º5.14%99.22%-
XYZ86.5588.82105.51-
YUV242.98133.66129.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.20%
GREEN value IS 240 (94.14% from 255) = 32.52%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=33.20%
G=32.52%
B=34.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452402530.030.0500.01263.0876.4796.67
HexF5F0FD35011074c61
Octal3653603753501407114141
Binary111101011111000011111101111010110000011110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F0FD; }

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

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

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

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

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

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

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

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