Html Css Color HEX #FCB9FE Mauve

📋 copy color: '#FCB9FE'

red 252 ◦ green 185 ◦ blue 254

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

Shades of Mauve #FCB9FE

Tints of Mauve #FCB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 26.77%

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

R = 36.47%
G = 26.77%
B = 36.76%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCB9FE (or 0xFCB9FE) is known color: Mauve. HEX triplet: FC, B9 and FE. RGB value is (252,185,254). Sum of RGB (Red+Green+Blue) = 252+185+254=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 185 (72.66% from 255 or 26.77% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FE is #034601. Grayscale: #D4D4D4. Windows color (decimal): -214530 or 16693756. OLE color: 16693756.

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

Color convert

RGB 252 185 254 -
CMYK 0.01 0.27 0 0.00
HSL 298.26º 0.97% 0.86% -
HSV(B) 298.26º 0.27% 1% -
XYZ 75.38 62.55 101.87 -
YUV 212.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 252 185 254 0.01 0.27 0 0.00 298.26 0.97 0.86
Hex FC B9 FE 1 1B 0 0 12A 61 56
Octal 374 271 376 1 33 0 0 452 141 126
Binary 11111100 10111001 11111110 1 11011 0 0 100101010 1100001 1010110

Color Harmonies of #FCB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9FE

Black with #FCB9FE

Text Example


Text Example

White with #FCB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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