Html Css Color HEX #FCBCA1 Mandys Pink

📋 copy color: '#FCBCA1'

red 252 ◦ green 188 ◦ blue 161

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

Shades of Mandys Pink #FCBCA1

Tints of Mandys Pink #FCBCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.28%

 BLUE value IS 161 (63.28% from 255) = 26.79%

R = 41.93%
G = 31.28%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCBCA1 (or 0xFCBCA1) is known color: Mandys Pink. HEX triplet: FC, BC and A1. RGB value is (252,188,161). Sum of RGB (Red+Green+Blue) = 252+188+161=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCA1 is #03435E. Grayscale: #CCCCCC. Windows color (decimal): -213855 or 10599676. OLE color: 10599676.

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

Color convert

RGB 252 188 161 -
CMYK 0 0.25 0.36 0.01
HSL 17.8º 0.94% 0.81% -
HSV(B) 17.8º 0.36% 0.99% -
XYZ 64.56 59.24 41.75 -
YUV 204.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 252 188 161 0 0.25 0.36 0.01 17.8 0.94 0.81
Hex FC BC A1 0 19 24 1 12 5E 51
Octal 374 274 241 0 31 44 1 22 136 121
Binary 11111100 10111100 10100001 0 11001 100100 1 10010 1011110 1010001

Color Harmonies of #FCBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCA1

Black with #FCBCA1

Text Example


Text Example

White with #FCBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCA1; }

 p { color: rgb(252,188,161); }

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

background-color css

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

 a { background-color: rgb(252,188,161); }

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

border-color css

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

 span { border-color: rgb(252,188,161); }

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