#FBB8FF

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

Shades of Mauve #FBB8FF

Tints of Mauve #FBB8FF

Color information

#FBB8FF (or 0xFBB8FF) is unknown color: approx Mauve. HEX triplet: FB, B8 and FF. RGB value is (251,184,255). Sum of RGB (Red+Green+Blue) = 251+184+255=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8FF is #044700. Grayscale: #D3D3D3. Windows color (decimal): -280321 or 16759035. OLE color: 16759035.

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

Color convert

RGB251184255-
CMYK0.020.2800
HSL296.62º100%86.08%-
HSV(B)296.62º27.84%100%-
XYZ74.9762.01102.63-
YUV212.13152.2155.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 184 (72.27% from 255) = 26.67%
BLUE value IS 255 (100% from 255) = 36.96%
R=36.38%
G=26.67%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511842550.020.2800296.6210086.08
HexFBB8FF21C001296456
Octal37327037723400451144126
Binary11111011101110001111111110111000010010100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8FF; }

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

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

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

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

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

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

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

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