Html Css Color HEX #FBAFFF Mauve

📋 copy color: '#FBAFFF'

red 251 ◦ green 175 ◦ blue 255

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

Shades of Mauve #FBAFFF

Tints of Mauve #FBAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.7%

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

R = 36.86%
G = 25.7%
B = 37.44%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBAFFF (or 0xFBAFFF) is known color: Mauve. HEX triplet: FB, AF and FF. RGB value is (251,175,255). Sum of RGB (Red+Green+Blue) = 251+175+255=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 175 (68.75% from 255 or 25.70% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFFF is #045000. Grayscale: #CECECE. Windows color (decimal): -282625 or 16756731. OLE color: 16756731.

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

Color convert

RGB 251 175 255 -
CMYK 0.02 0.31 0 0
HSL 297º 1% 0.84% -
HSV(B) 297º 0.31% 1% -
XYZ 73.16 58.39 102.02 -
YUV 206.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 251 175 255 0.02 0.31 0 0 297 1 0.84
Hex FB AF FF 2 1F 0 0 129 64 54
Octal 373 257 377 2 37 0 0 451 144 124
Binary 11111011 10101111 11111111 10 11111 0 0 100101001 1100100 1010100

Color Harmonies of #FBAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFFF

Black with #FBAFFF

Text Example


Text Example

White with #FBAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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