Html Css Color HEX #FBB2FE Mauve

📋 copy color: '#FBB2FE'

red 251 ◦ green 178 ◦ blue 254

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

Shades of Mauve #FBB2FE

Tints of Mauve #FBB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.06%

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

R = 36.75%
G = 26.06%
B = 37.19%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBB2FE (or 0xFBB2FE) is known color: Mauve. HEX triplet: FB, B2 and FE. RGB value is (251,178,254). Sum of RGB (Red+Green+Blue) = 251+178+254=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 178 (69.92% from 255 or 26.06% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FE is #044D01. Grayscale: #D0D0D0. Windows color (decimal): -281858 or 16691963. OLE color: 16691963.

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

Color convert

RGB 251 178 254 -
CMYK 0.01 0.30 0 0.00
HSL 297.63º 0.97% 0.85% -
HSV(B) 297.63º 0.3% 1% -
XYZ 73.59 59.51 101.37 -
YUV 208.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 251 178 254 0.01 0.30 0 0.00 297.63 0.97 0.85
Hex FB B2 FE 1 1E 0 0 12A 61 55
Octal 373 262 376 1 36 0 0 452 141 125
Binary 11111011 10110010 11111110 1 11110 0 0 100101010 1100001 1010101

Color Harmonies of #FBB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2FE

Black with #FBB2FE

Text Example


Text Example

White with #FBB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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