Html Css Color HEX #FCBBFF Mauve

📋 copy color: '#FCBBFF'

red 252 ◦ green 187 ◦ blue 255

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

Shades of Mauve #FCBBFF

Tints of Mauve #FCBBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 26.95%

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

R = 36.31%
G = 26.95%
B = 36.74%

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

#FCBBFF (or 0xFCBBFF) is known color: Mauve. HEX triplet: FC, BB and FF. RGB value is (252,187,255). Sum of RGB (Red+Green+Blue) = 252+187+255=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 187 (73.44% from 255 or 26.95% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBFF is #034400. Grayscale: #D5D5D5. Windows color (decimal): -214017 or 16759804. OLE color: 16759804.

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

Color convert

RGB 252 187 255 -
CMYK 0.01 0.27 0 0
HSL 297.35º 1% 0.87% -
HSV(B) 297.35º 0.27% 1% -
XYZ 75.97 63.46 102.85 -
YUV 214.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 252 187 255 0.01 0.27 0 0 297.35 1 0.87
Hex FC BB FF 1 1B 0 0 129 64 57
Octal 374 273 377 1 33 0 0 451 144 127
Binary 11111100 10111011 11111111 1 11011 0 0 100101001 1100100 1010111

Color Harmonies of #FCBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBFF

Black with #FCBBFF

Text Example


Text Example

White with #FCBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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