#FCBEFF

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

Shades of Mauve #FCBEFF

Tints of Mauve #FCBEFF

Color information

#FCBEFF (or 0xFCBEFF) is unknown color: approx Mauve. HEX triplet: FC, BE and FF. RGB value is (252,190,255). Sum of RGB (Red+Green+Blue) = 252+190+255=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 190 (74.61% from 255 or 27.26% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEFF is #034100. Grayscale: #D7D7D7. Windows color (decimal): -213249 or 16760572. OLE color: 16760572.

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

Color convert

RGB252190255-
CMYK0.010.2500
HSL297.23º100%87.25%-
HSV(B)297.23º25.49%100%-
XYZ76.6164.74103.07-
YUV215.95150.04153.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 190 (74.61% from 255) = 27.26%
BLUE value IS 255 (100% from 255) = 36.59%
R=36.15%
G=27.26%
B=36.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521902550.010.2500297.2310087.25
HexFCBEFF119001296457
Octal37427637713100451144127
Binary1111110010111110111111111110010010010100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEFF; }

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

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

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

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

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

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

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

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