#F5EFFA

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

Shades of Magnolia #F5EFFA

Tints of Magnolia #F5EFFA

Color information

#F5EFFA (or 0xF5EFFA) is unknown color: approx Magnolia. HEX triplet: F5, EF and FA. RGB value is (245,239,250). Sum of RGB (Red+Green+Blue) = 245+239+250=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 239 (93.75% from 255 or 32.56% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5EFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFFA is #0A1005. Grayscale: #F2F2F2. Windows color (decimal): -659462 or 16445429. OLE color: 16445429.

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

Color convert

RGB245239250-
CMYK0.020.0400.02
HSL272.73º52.38%95.88%-
HSV(B)272.73º4.4%98.04%-
XYZ85.7888.05102.92-
YUV242.05132.49130.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 32.56%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=33.38%
G=32.56%
B=34.06%

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
Decimal2452392500.020.0400.02272.7352.3895.88
HexF5EFFA24021113460
Octal365357372240242164140
Binary111101011110111111111010101000101000100011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFFA; }

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

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

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

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

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

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

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

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