Html Css Color HEX #FBB8FF Mauve

📋 copy color: '#FBB8FF'

red 251 ◦ green 184 ◦ blue 255

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

Shades of Mauve #FBB8FF

Tints of Mauve #FBB8FF

RGB

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

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

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

R = 36.38%
G = 26.67%
B = 36.96%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBB8FF (or 0xFBB8FF) is known color: Mauve. HEX triplet: FB, B8 and FF. RGB value is (251,184,255). Sum of RGB (Red+Green+Blue) = 251+184+255=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8FF is #044700. Grayscale: #D3D3D3. Windows color (decimal): -280321 or 16759035. OLE color: 16759035.

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

Color convert

RGB 251 184 255 -
CMYK 0.02 0.28 0 0
HSL 296.62º 1% 0.86% -
HSV(B) 296.62º 0.28% 1% -
XYZ 74.97 62.01 102.63 -
YUV 212.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 251 184 255 0.02 0.28 0 0 296.62 1 0.86
Hex FB B8 FF 2 1C 0 0 129 64 56
Octal 373 270 377 2 34 0 0 451 144 126
Binary 11111011 10111000 11111111 10 11100 0 0 100101001 1100100 1010110

Color Harmonies of #FBB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8FF

Black with #FBB8FF

Text Example


Text Example

White with #FBB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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