#FEBBFF

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

Shades of Mauve #FEBBFF

Tints of Mauve #FEBBFF

Color information

#FEBBFF (or 0xFEBBFF) is unknown color: approx Mauve. HEX triplet: FE, BB and FF. RGB value is (254,187,255). Sum of RGB (Red+Green+Blue) = 254+187+255=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 187 (73.44% from 255 or 26.87% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBFF is #014400. Grayscale: #D6D6D6. Windows color (decimal): -82945 or 16759806. OLE color: 16759806.

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

Color convert

RGB254187255-
CMYK0.000.2700
HSL299.12º100%86.67%-
HSV(B)299.12º26.67%100%-
XYZ76.6963.83102.89-
YUV214.78150.7155.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 187 (73.44% from 255) = 26.87%
BLUE value IS 255 (100% from 255) = 36.64%
R=36.49%
G=26.87%
B=36.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541872550.000.2700299.1210086.67
HexFEBBFF01B0012b6457
Octal37627337703300453144127
Binary1111111010111011111111110110110010010101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBFF; }

 p { color: rgb(254,187,255); }

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

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

 a { background-color: rgb(254,187,255); }

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

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

 span { border-color: rgb(254,187,255); }

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