Html Css Color HEX #FBADFF Mauve

📋 copy color: '#FBADFF'

red 251 ◦ green 173 ◦ blue 255

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

Shades of Mauve #FBADFF

Tints of Mauve #FBADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.48%

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

R = 36.97%
G = 25.48%
B = 37.56%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBADFF (or 0xFBADFF) is known color: Mauve. HEX triplet: FB, AD and FF. RGB value is (251,173,255). Sum of RGB (Red+Green+Blue) = 251+173+255=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 173 (67.97% from 255 or 25.48% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADFF is #045200. Grayscale: #CDCDCD. Windows color (decimal): -283137 or 16756219. OLE color: 16756219.

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

Color convert

RGB 251 173 255 -
CMYK 0.02 0.32 0 0
HSL 297.07º 1% 0.84% -
HSV(B) 297.07º 0.32% 1% -
XYZ 72.78 57.62 101.89 -
YUV 205.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 251 173 255 0.02 0.32 0 0 297.07 1 0.84
Hex FB AD FF 2 20 0 0 129 64 54
Octal 373 255 377 2 40 0 0 451 144 124
Binary 11111011 10101101 11111111 10 100000 0 0 100101001 1100100 1010100

Color Harmonies of #FBADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADFF

Black with #FBADFF

Text Example


Text Example

White with #FBADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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