#FBAEFF

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

Shades of Mauve #FBAEFF

Tints of Mauve #FBAEFF

Color information

#FBAEFF (or 0xFBAEFF) is unknown color: approx Mauve. HEX triplet: FB, AE and FF. RGB value is (251,174,255). Sum of RGB (Red+Green+Blue) = 251+174+255=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 174 (68.36% from 255 or 25.59% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFF is #045100. Grayscale: #CECECE. Windows color (decimal): -282881 or 16756475. OLE color: 16756475.

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

Color convert

RGB251174255-
CMYK0.020.3200
HSL297.04º100%84.12%-
HSV(B)297.04º31.76%100%-
XYZ72.9758101.96-
YUV206.26155.51159.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 174 (68.36% from 255) = 25.59%
BLUE value IS 255 (100% from 255) = 37.5%
R=36.91%
G=25.59%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511742550.020.3200297.0410084.12
HexFBAEFF220001296454
Octal37325637724000451144124
Binary111110111010111011111111101000000010010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEFF; }

 p { color: rgb(251,174,255); }

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

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

 a { background-color: rgb(251,174,255); }

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

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

 span { border-color: rgb(251,174,255); }

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