#F5EBFB

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

Shades of Magnolia #F5EBFB

Tints of Magnolia #F5EBFB

Color information

#F5EBFB (or 0xF5EBFB) is unknown color: approx Magnolia. HEX triplet: F5, EB and FB. RGB value is (245,235,251). Sum of RGB (Red+Green+Blue) = 245+235+251=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 235 (92.19% from 255 or 32.15% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5EBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBFB is #0A1404. Grayscale: #EFEFEF. Windows color (decimal): -660485 or 16509941. OLE color: 16509941.

HSL color Cylindrical-coordinate representation of color #F5EBFB: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5EBFB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245235251-
CMYK0.020.0600.02
HSL277.5º66.67%95.29%-
HSV(B)277.5º6.37%98.43%-
XYZ84.7885.79103.36-
YUV239.81134.31131.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.52%
GREEN value IS 235 (92.19% from 255) = 32.15%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=33.52%
G=32.15%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452352510.020.0600.02277.566.6795.29
HexF5EBFB2602116435f
Octal3653533732602426103137
Binary1111010111101011111110111011001010001011010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBFB; }

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

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

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

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

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

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

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

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