Html Css Color HEX #FCBCA0 Mandys Pink

📋 copy color: '#FCBCA0'

red 252 ◦ green 188 ◦ blue 160

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

Shades of Mandys Pink #FCBCA0

Tints of Mandys Pink #FCBCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.67%

R = 42%
G = 31.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCBCA0 (or 0xFCBCA0) is known color: Mandys Pink. HEX triplet: FC, BC and A0. RGB value is (252,188,160). Sum of RGB (Red+Green+Blue) = 252+188+160=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCA0 is #03435F. Grayscale: #CCCCCC. Windows color (decimal): -213856 or 10534140. OLE color: 10534140.

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

Color convert

RGB 252 188 160 -
CMYK 0 0.25 0.37 0.01
HSL 18.26º 0.94% 0.81% -
HSV(B) 18.26º 0.37% 0.99% -
XYZ 64.47 59.2 41.29 -
YUV 203.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 252 188 160 0 0.25 0.37 0.01 18.26 0.94 0.81
Hex FC BC A0 0 19 25 1 12 5E 51
Octal 374 274 240 0 31 45 1 22 136 121
Binary 11111100 10111100 10100000 0 11001 100101 1 10010 1011110 1010001

Color Harmonies of #FCBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCA0

Black with #FCBCA0

Text Example


Text Example

White with #FCBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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