Html Css Color HEX #FCB0FF Mauve

📋 copy color: '#FCB0FF'

red 252 ◦ green 176 ◦ blue 255

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

Shades of Mauve #FCB0FF

Tints of Mauve #FCB0FF

RGB

 RED value IS 252 (98.83% from 255) = 36.9%

 GREEN value IS 176 (69.14% from 255) = 25.77%

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

R = 36.9%
G = 25.77%
B = 37.34%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCB0FF (or 0xFCB0FF) is known color: Mauve. HEX triplet: FC, B0 and FF. RGB value is (252,176,255). Sum of RGB (Red+Green+Blue) = 252+176+255=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 176 (69.14% from 255 or 25.77% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FF is #034F00. Grayscale: #CFCFCF. Windows color (decimal): -216833 or 16756988. OLE color: 16756988.

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

Color convert

RGB 252 176 255 -
CMYK 0.01 0.31 0 0
HSL 297.72º 1% 0.85% -
HSV(B) 297.72º 0.31% 1% -
XYZ 73.72 58.97 102.1 -
YUV 207.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 252 176 255 0.01 0.31 0 0 297.72 1 0.85
Hex FC B0 FF 1 1F 0 0 12A 64 55
Octal 374 260 377 1 37 0 0 452 144 125
Binary 11111100 10110000 11111111 1 11111 0 0 100101010 1100100 1010101

Color Harmonies of #FCB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0FF

Black with #FCB0FF

Text Example


Text Example

White with #FCB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0FF; }

 p { color: rgb(252,176,255); }

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

background-color css

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

 a { background-color: rgb(252,176,255); }

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

border-color css

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

 span { border-color: rgb(252,176,255); }

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