Html Css Color HEX #FBB8FE Mauve

📋 copy color: '#FBB8FE'

red 251 ◦ green 184 ◦ blue 254

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

Shades of Mauve #FBB8FE

Tints of Mauve #FBB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.71%

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

R = 36.43%
G = 26.71%
B = 36.87%

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

#FBB8FE (or 0xFBB8FE) is known color: Mauve. HEX triplet: FB, B8 and FE. RGB value is (251,184,254). Sum of RGB (Red+Green+Blue) = 251+184+254=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 184 (72.27% from 255 or 26.71% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8FE is #044701. Grayscale: #D3D3D3. Windows color (decimal): -280322 or 16693499. OLE color: 16693499.

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

Color convert

RGB 251 184 254 -
CMYK 0.01 0.28 0 0.00
HSL 297.43º 0.97% 0.86% -
HSV(B) 297.43º 0.28% 1% -
XYZ 74.81 61.95 101.78 -
YUV 212.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 251 184 254 0.01 0.28 0 0.00 297.43 0.97 0.86
Hex FB B8 FE 1 1C 0 0 129 61 56
Octal 373 270 376 1 34 0 0 451 141 126
Binary 11111011 10111000 11111110 1 11100 0 0 100101001 1100001 1010110

Color Harmonies of #FBB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8FE

Black with #FBB8FE

Text Example


Text Example

White with #FBB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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