Html Css Color HEX #FCBAFF Mauve

📋 copy color: '#FCBAFF'

red 252 ◦ green 186 ◦ blue 255

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

Shades of Mauve #FCBAFF

Tints of Mauve #FCBAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 26.84%

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

R = 36.36%
G = 26.84%
B = 36.8%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCBAFF (or 0xFCBAFF) is known color: Mauve. HEX triplet: FC, BA and FF. RGB value is (252,186,255). Sum of RGB (Red+Green+Blue) = 252+186+255=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 186 (73.05% from 255 or 26.84% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFF is #034500. Grayscale: #D5D5D5. Windows color (decimal): -214273 or 16759548. OLE color: 16759548.

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

Color convert

RGB 252 186 255 -
CMYK 0.01 0.27 0 0
HSL 297.39º 1% 0.86% -
HSV(B) 297.39º 0.27% 1% -
XYZ 75.75 63.03 102.78 -
YUV 213.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 252 186 255 0.01 0.27 0 0 297.39 1 0.86
Hex FC BA FF 1 1B 0 0 129 64 56
Octal 374 272 377 1 33 0 0 451 144 126
Binary 11111100 10111010 11111111 1 11011 0 0 100101001 1100100 1010110

Color Harmonies of #FCBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAFF

Black with #FCBAFF

Text Example


Text Example

White with #FCBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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