Html Css Color HEX #FCBBFD Mauve

📋 copy color: '#FCBBFD'

red 252 ◦ green 187 ◦ blue 253

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

Shades of Mauve #FCBBFD

Tints of Mauve #FCBBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.56%

R = 36.42%
G = 27.02%
B = 36.56%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCBBFD (or 0xFCBBFD) is known color: Mauve. HEX triplet: FC, BB and FD. RGB value is (252,187,253). Sum of RGB (Red+Green+Blue) = 252+187+253=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 187 (73.44% from 255 or 27.02% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBFD is #034402. Grayscale: #D5D5D5. Windows color (decimal): -214019 or 16628732. OLE color: 16628732.

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

Color convert

RGB 252 187 253 -
CMYK 0.00 0.26 0 0.01
HSL 299.09º 0.94% 0.86% -
HSV(B) 299.09º 0.26% 0.99% -
XYZ 75.64 63.33 101.17 -
YUV 213.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 252 187 253 0.00 0.26 0 0.01 299.09 0.94 0.86
Hex FC BB FD 0 1A 0 1 12B 5E 56
Octal 374 273 375 0 32 0 1 453 136 126
Binary 11111100 10111011 11111101 0 11010 0 1 100101011 1011110 1010110

Color Harmonies of #FCBBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBFD

Black with #FCBBFD

Text Example


Text Example

White with #FCBBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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