#FCB7FF

Color #FCB7FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #FCB7FF

Tints of Mauve #FCB7FF

Color information

#FCB7FF (or 0xFCB7FF) is unknown color: approx Mauve. HEX triplet: FC, B7 and FF. RGB value is (252,183,255). Sum of RGB (Red+Green+Blue) = 252+183+255=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 183 (71.88% from 255 or 26.52% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7FF is #034800. Grayscale: #D3D3D3. Windows color (decimal): -215041 or 16758780. OLE color: 16758780.

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

Color convert

RGB252183255-
CMYK0.010.2800
HSL297.5º100%85.88%-
HSV(B)297.5º28.24%100%-
XYZ75.1361.78102.57-
YUV211.84152.36156.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 183 (71.88% from 255) = 26.52%
BLUE value IS 255 (100% from 255) = 36.96%
R=36.52%
G=26.52%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521832550.010.2800297.510085.88
HexFCB7FF11C0012a6456
Octal37426737713400452144126
Binary1111110010110111111111111111000010010101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7FF; }

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

 H1.HeaderClassName
 {
   color: #FCB7FF;
 }
 .AnyTagClassName
 {
   color: #FCB7FF;
 }
</style>
background-color css

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

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

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

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

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

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