#F9EBFF

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

Shades of Magnolia #F9EBFF

Tints of Magnolia #F9EBFF

Color information

#F9EBFF (or 0xF9EBFF) is unknown color: approx Magnolia. HEX triplet: F9, EB and FF. RGB value is (249,235,255). Sum of RGB (Red+Green+Blue) = 249+235+255=739 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.69% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EBFF is #061400. Grayscale: #F1F1F1. Windows color (decimal): -398337 or 16772089. OLE color: 16772089.

HSL color Cylindrical-coordinate representation of color #F9EBFF: hue angle of 282º 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 #F9EBFF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249235255-
CMYK0.020.0800
HSL282º100%96.08%-
HSV(B)282º7.84%100%-
XYZ86.8386.78106.78-
YUV241.47135.64133.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.69%
GREEN value IS 235 (92.19% from 255) = 31.80%
BLUE value IS 255 (100% from 255) = 34.51%
R=33.69%
G=31.80%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492352550.020.080028210096.08
HexF9EBFF280011a6460
Octal37135337721000432144140
Binary1111100111101011111111111010000010001101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBFF; }

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

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

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

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

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

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

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

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