Html Css Color HEX #FCB6FE Mauve

📋 copy color: '#FCB6FE'

red 252 ◦ green 182 ◦ blue 254

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

Shades of Mauve #FCB6FE

Tints of Mauve #FCB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.45%

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

R = 36.63%
G = 26.45%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCB6FE (or 0xFCB6FE) is known color: Mauve. HEX triplet: FC, B6 and FE. RGB value is (252,182,254). Sum of RGB (Red+Green+Blue) = 252+182+254=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 182 (71.48% from 255 or 26.45% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6FE is #034901. Grayscale: #D2D2D2. Windows color (decimal): -215298 or 16692988. OLE color: 16692988.

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

Color convert

RGB 252 182 254 -
CMYK 0.01 0.28 0 0.00
HSL 298.33º 0.97% 0.85% -
HSV(B) 298.33º 0.28% 1% -
XYZ 74.76 61.31 101.66 -
YUV 211.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 252 182 254 0.01 0.28 0 0.00 298.33 0.97 0.85
Hex FC B6 FE 1 1C 0 0 12A 61 55
Octal 374 266 376 1 34 0 0 452 141 125
Binary 11111100 10110110 11111110 1 11100 0 0 100101010 1100001 1010101

Color Harmonies of #FCB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6FE

Black with #FCB6FE

Text Example


Text Example

White with #FCB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6FE; }

 p { color: rgb(252,182,254); }

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

background-color css

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

 a { background-color: rgb(252,182,254); }

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

border-color css

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

 span { border-color: rgb(252,182,254); }

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