Html Css Color HEX #FCB7FF Mauve

📋 copy color: '#FCB7FF'

red 252 ◦ green 183 ◦ blue 255

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

Shades of Mauve #FCB7FF

Tints of Mauve #FCB7FF

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 value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCB7FF (or 0xFCB7FF) is known color: 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

RGB 252 183 255 -
CMYK 0.01 0.28 0 0
HSL 297.5º 1% 0.86% -
HSV(B) 297.5º 0.28% 1% -
XYZ 75.13 61.78 102.57 -
YUV 211.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 252 183 255 0.01 0.28 0 0 297.5 1 0.86
Hex FC B7 FF 1 1C 0 0 12A 64 56
Octal 374 267 377 1 34 0 0 452 144 126
Binary 11111100 10110111 11111111 1 11100 0 0 100101010 1100100 1010110

Color Harmonies of #FCB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7FF

Black with #FCB7FF

Text Example


Text Example

White with #FCB7FF

Text Example


Text Example

HTML Codes & Css Web 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>