Html Css Color HEX #FCB7FE Mauve

📋 copy color: '#FCB7FE'

red 252 ◦ green 183 ◦ blue 254

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

Shades of Mauve #FCB7FE

Tints of Mauve #FCB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.56%

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

R = 36.57%
G = 26.56%
B = 36.87%

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

#FCB7FE (or 0xFCB7FE) is known color: Mauve. HEX triplet: FC, B7 and FE. RGB value is (252,183,254). Sum of RGB (Red+Green+Blue) = 252+183+254=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 183 (71.88% from 255 or 26.56% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7FE is #034801. Grayscale: #D3D3D3. Windows color (decimal): -215042 or 16693244. OLE color: 16693244.

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

Color convert

RGB 252 183 254 -
CMYK 0.01 0.28 0 0.00
HSL 298.31º 0.97% 0.86% -
HSV(B) 298.31º 0.28% 1% -
XYZ 74.97 61.72 101.73 -
YUV 211.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 252 183 254 0.01 0.28 0 0.00 298.31 0.97 0.86
Hex FC B7 FE 1 1C 0 0 12A 61 56
Octal 374 267 376 1 34 0 0 452 141 126
Binary 11111100 10110111 11111110 1 11100 0 0 100101010 1100001 1010110

Color Harmonies of #FCB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7FE

Black with #FCB7FE

Text Example


Text Example

White with #FCB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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