Html Css Color HEX #FCB5FE Mauve

📋 copy color: '#FCB5FE'

red 252 ◦ green 181 ◦ blue 254

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

Shades of Mauve #FCB5FE

Tints of Mauve #FCB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.35%

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

R = 36.68%
G = 26.35%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCB5FE (or 0xFCB5FE) is known color: Mauve. HEX triplet: FC, B5 and FE. RGB value is (252,181,254). Sum of RGB (Red+Green+Blue) = 252+181+254=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 181 (71.09% from 255 or 26.35% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FE is #034A01. Grayscale: #D2D2D2. Windows color (decimal): -215554 or 16692732. OLE color: 16692732.

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

Color convert

RGB 252 181 254 -
CMYK 0.01 0.29 0 0.00
HSL 298.36º 0.97% 0.85% -
HSV(B) 298.36º 0.29% 1% -
XYZ 74.56 60.9 101.59 -
YUV 210.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 252 181 254 0.01 0.29 0 0.00 298.36 0.97 0.85
Hex FC B5 FE 1 1D 0 0 12A 61 55
Octal 374 265 376 1 35 0 0 452 141 125
Binary 11111100 10110101 11111110 1 11101 0 0 100101010 1100001 1010101

Color Harmonies of #FCB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5FE

Black with #FCB5FE

Text Example


Text Example

White with #FCB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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