Html Css Color HEX #FBB5FE Mauve

📋 copy color: '#FBB5FE'

red 251 ◦ green 181 ◦ blue 254

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

Shades of Mauve #FBB5FE

Tints of Mauve #FBB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.38%

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 36.59%
G = 26.38%
B = 37.03%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBB5FE (or 0xFBB5FE) is known color: Mauve. HEX triplet: FB, B5 and FE. RGB value is (251,181,254). Sum of RGB (Red+Green+Blue) = 251+181+254=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 181 (71.09% from 255 or 26.38% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5FE is #044A01. Grayscale: #D2D2D2. Windows color (decimal): -281090 or 16692731. OLE color: 16692731.

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

Color convert

RGB 251 181 254 -
CMYK 0.01 0.29 0 0.00
HSL 297.53º 0.97% 0.85% -
HSV(B) 297.53º 0.29% 1% -
XYZ 74.2 60.71 101.57 -
YUV 210.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 251 181 254 0.01 0.29 0 0.00 297.53 0.97 0.85
Hex FB B5 FE 1 1D 0 0 12A 61 55
Octal 373 265 376 1 35 0 0 452 141 125
Binary 11111011 10110101 11111110 1 11101 0 0 100101010 1100001 1010101

Color Harmonies of #FBB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5FE

Black with #FBB5FE

Text Example


Text Example

White with #FBB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5FE; }

 p { color: rgb(251,181,254); }

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

background-color css

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

 a { background-color: rgb(251,181,254); }

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

border-color css

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

 span { border-color: rgb(251,181,254); }

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