#F5EDFD

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

Shades of Magnolia #F5EDFD

Tints of Magnolia #F5EDFD

Color information

#F5EDFD (or 0xF5EDFD) is unknown color: approx Magnolia. HEX triplet: F5, ED and FD. RGB value is (245,237,253). Sum of RGB (Red+Green+Blue) = 245+237+253=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 237 (92.97% from 255 or 32.24% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDFD is #0A1202. Grayscale: #F1F1F1. Windows color (decimal): -659971 or 16641525. OLE color: 16641525.

HSL color Cylindrical-coordinate representation of color #F5EDFD: hue angle of 270º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5EDFD is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245237253-
CMYK0.030.0600.01
HSL270º80%96.08%-
HSV(B)270º6.32%99.22%-
XYZ85.6787.07105.22-
YUV241.22134.65130.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.33%
GREEN value IS 237 (92.97% from 255) = 32.24%
BLUE value IS 253 (99.22% from 255) = 34.42%
R=33.33%
G=32.24%
B=34.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452372530.030.0600.012708096.08
HexF5EDFD360110e5060
Octal3653553753601416120140
Binary111101011110110111111101111100110000111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDFD; }

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

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

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

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

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

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

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

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