#F5EBFF

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

Shades of Magnolia #F5EBFF

Tints of Magnolia #F5EBFF

Color information

#F5EBFF (or 0xF5EBFF) is unknown color: approx Magnolia. HEX triplet: F5, EB and FF. RGB value is (245,235,255). Sum of RGB (Red+Green+Blue) = 245+235+255=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 235 (92.19% from 255 or 31.97% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBFF is #0A1400. Grayscale: #F0F0F0. Windows color (decimal): -660481 or 16772085. OLE color: 16772085.

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

Color convert

RGB245235255-
CMYK0.040.0800
HSL270º100%96.08%-
HSV(B)270º7.84%100%-
XYZ85.4186.05106.72-
YUV240.27136.31131.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 31.97%
BLUE value IS 255 (100% from 255) = 34.69%
R=33.33%
G=31.97%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452352550.040.080027010096.08
HexF5EBFF480010e6460
Octal36535337741000416144140
Binary11110101111010111111111110010000010000111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBFF; }

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

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

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

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

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

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

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

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