#F5EBFE

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

Shades of Magnolia #F5EBFE

Tints of Magnolia #F5EBFE

Color information

#F5EBFE (or 0xF5EBFE) is unknown color: approx Magnolia. HEX triplet: F5, EB and FE. RGB value is (245,235,254). Sum of RGB (Red+Green+Blue) = 245+235+254=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 235 (92.19% from 255 or 32.02% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5EBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBFE is #0A1401. Grayscale: #F0F0F0. Windows color (decimal): -660482 or 16706549. OLE color: 16706549.

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

Color convert

RGB245235254-
CMYK0.040.0700.00
HSL271.58º90.48%95.88%-
HSV(B)271.58º7.48%99.61%-
XYZ85.2585.98105.87-
YUV240.16135.81131.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.38%
GREEN value IS 235 (92.19% from 255) = 32.02%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=33.38%
G=32.02%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452352540.040.0700.00271.5890.4895.88
HexF5EBFE47001105a60
Octal3653533764700420132140
Binary1111010111101011111111101001110010001000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBFE; }

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

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

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

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

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

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

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

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