Html Css Color HEX #FCB6FF Mauve

📋 copy color: '#FCB6FF'

red 252 ◦ green 182 ◦ blue 255

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

Shades of Mauve #FCB6FF

Tints of Mauve #FCB6FF

RGB

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

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

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

R = 36.57%
G = 26.42%
B = 37.01%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCB6FF (or 0xFCB6FF) is known color: Mauve. HEX triplet: FC, B6 and FF. RGB value is (252,182,255). Sum of RGB (Red+Green+Blue) = 252+182+255=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 182 (71.48% from 255 or 26.42% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6FF is #034900. Grayscale: #D3D3D3. Windows color (decimal): -215297 or 16758524. OLE color: 16758524.

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

Color convert

RGB 252 182 255 -
CMYK 0.01 0.29 0 0
HSL 297.53º 1% 0.86% -
HSV(B) 297.53º 0.29% 1% -
XYZ 74.92 61.37 102.5 -
YUV 211.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 252 182 255 0.01 0.29 0 0 297.53 1 0.86
Hex FC B6 FF 1 1D 0 0 12A 64 56
Octal 374 266 377 1 35 0 0 452 144 126
Binary 11111100 10110110 11111111 1 11101 0 0 100101010 1100100 1010110

Color Harmonies of #FCB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6FF

Black with #FCB6FF

Text Example


Text Example

White with #FCB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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