Html Css Color HEX #FBBFFF Mauve

📋 copy color: '#FBBFFF'

red 251 ◦ green 191 ◦ blue 255

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

Shades of Mauve #FBBFFF

Tints of Mauve #FBBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 27.4%

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

R = 36.01%
G = 27.4%
B = 36.59%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBBFFF (or 0xFBBFFF) is known color: Mauve. HEX triplet: FB, BF and FF. RGB value is (251,191,255). Sum of RGB (Red+Green+Blue) = 251+191+255=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 191 (75% from 255 or 27.40% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFFF is #044000. Grayscale: #D8D8D8. Windows color (decimal): -278529 or 16760827. OLE color: 16760827.

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

Color convert

RGB 251 191 255 -
CMYK 0.02 0.25 0 0
HSL 296.25º 1% 0.87% -
HSV(B) 296.25º 0.25% 1% -
XYZ 76.46 64.99 103.12 -
YUV 216.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 251 191 255 0.02 0.25 0 0 296.25 1 0.87
Hex FB BF FF 2 19 0 0 128 64 57
Octal 373 277 377 2 31 0 0 450 144 127
Binary 11111011 10111111 11111111 10 11001 0 0 100101000 1100100 1010111

Color Harmonies of #FBBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFFF

Black with #FBBFFF

Text Example


Text Example

White with #FBBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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