Html Css Color HEX #FBB3FF Mauve

📋 copy color: '#FBB3FF'

red 251 ◦ green 179 ◦ blue 255

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

Shades of Mauve #FBB3FF

Tints of Mauve #FBB3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.13%

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

R = 36.64%
G = 26.13%
B = 37.23%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBB3FF (or 0xFBB3FF) is known color: Mauve. HEX triplet: FB, B3 and FF. RGB value is (251,179,255). Sum of RGB (Red+Green+Blue) = 251+179+255=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 179 (70.31% from 255 or 26.13% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3FF is #044C00. Grayscale: #D0D0D0. Windows color (decimal): -281601 or 16757755. OLE color: 16757755.

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

Color convert

RGB 251 179 255 -
CMYK 0.02 0.30 0 0
HSL 296.84º 1% 0.85% -
HSV(B) 296.84º 0.3% 1% -
XYZ 73.95 59.97 102.29 -
YUV 209.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 251 179 255 0.02 0.30 0 0 296.84 1 0.85
Hex FB B3 FF 2 1E 0 0 129 64 55
Octal 373 263 377 2 36 0 0 451 144 125
Binary 11111011 10110011 11111111 10 11110 0 0 100101001 1100100 1010101

Color Harmonies of #FBB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB3FF

Black with #FBB3FF

Text Example


Text Example

White with #FBB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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