Html Css Color HEX #FBB6FE Mauve

📋 copy color: '#FBB6FE'

red 251 ◦ green 182 ◦ blue 254

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

Shades of Mauve #FBB6FE

Tints of Mauve #FBB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.49%

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

R = 36.54%
G = 26.49%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBB6FE (or 0xFBB6FE) is known color: Mauve. HEX triplet: FB, B6 and FE. RGB value is (251,182,254). Sum of RGB (Red+Green+Blue) = 251+182+254=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 182 (71.48% from 255 or 26.49% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6FE is #044901. Grayscale: #D2D2D2. Windows color (decimal): -280834 or 16692987. OLE color: 16692987.

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

Color convert

RGB 251 182 254 -
CMYK 0.01 0.28 0 0.00
HSL 297.5º 0.97% 0.85% -
HSV(B) 297.5º 0.28% 1% -
XYZ 74.4 61.12 101.64 -
YUV 210.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 251 182 254 0.01 0.28 0 0.00 297.5 0.97 0.85
Hex FB B6 FE 1 1C 0 0 12A 61 55
Octal 373 266 376 1 34 0 0 452 141 125
Binary 11111011 10110110 11111110 1 11100 0 0 100101010 1100001 1010101

Color Harmonies of #FBB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6FE

Black with #FBB6FE

Text Example


Text Example

White with #FBB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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