Html Css Color HEX #FBB0FF Mauve

📋 copy color: '#FBB0FF'

red 251 ◦ green 176 ◦ blue 255

#FBB0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #FBB0FF

Tints of Mauve #FBB0FF

RGB

 RED value IS 251 (98.44% from 255) = 36.8%

 GREEN value IS 176 (69.14% from 255) = 25.81%

 BLUE value IS 255 (100% from 255) = 37.39%

R = 36.8%
G = 25.81%
B = 37.39%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBB0FF (or 0xFBB0FF) is known color: Mauve. HEX triplet: FB, B0 and FF. RGB value is (251,176,255). Sum of RGB (Red+Green+Blue) = 251+176+255=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 176 (69.14% from 255 or 25.81% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0FF is #044F00. Grayscale: #CFCFCF. Windows color (decimal): -282369 or 16756987. OLE color: 16756987.

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

Color convert

RGB 251 176 255 -
CMYK 0.02 0.31 0 0
HSL 296.96º 1% 0.85% -
HSV(B) 296.96º 0.31% 1% -
XYZ 73.36 58.78 102.09 -
YUV 207.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 251 176 255 0.02 0.31 0 0 296.96 1 0.85
Hex FB B0 FF 2 1F 0 0 129 64 55
Octal 373 260 377 2 37 0 0 451 144 125
Binary 11111011 10110000 11111111 10 11111 0 0 100101001 1100100 1010101

Color Harmonies of #FBB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0FF

Black with #FBB0FF

Text Example


Text Example

White with #FBB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0FF; }

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

 H1.HeaderClassName
 {
   color: #FBB0FF;
 }
 .AnyTagClassName
 {
   color: #FBB0FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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