#F2EBFF

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

Shades of Magnolia #F2EBFF

Tints of Magnolia #F2EBFF

Color information

#F2EBFF (or 0xF2EBFF) is unknown color: approx Magnolia. HEX triplet: F2, EB and FF. RGB value is (242,235,255). Sum of RGB (Red+Green+Blue) = 242+235+255=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 235 (92.19% from 255 or 32.10% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBFF is #0D1400. Grayscale: #EFEFEF. Windows color (decimal): -857089 or 16772082. OLE color: 16772082.

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

Color convert

RGB242235255-
CMYK0.050.0800
HSL261º100%96.08%-
HSV(B)261º7.84%100%-
XYZ84.3885.51106.67-
YUV239.37136.82129.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 235 (92.19% from 255) = 32.10%
BLUE value IS 255 (100% from 255) = 34.84%
R=33.06%
G=32.10%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422352550.050.080026110096.08
HexF2EBFF58001056460
Octal36235337751000405144140
Binary11110010111010111111111110110000010000010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBFF; }

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

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

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

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

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

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

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

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