Html Css Color HEX #FCB9A0 Mandys Pink

📋 copy color: '#FCB9A0'

red 252 ◦ green 185 ◦ blue 160

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

Shades of Mandys Pink #FCB9A0

Tints of Mandys Pink #FCB9A0

RGB

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

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

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

R = 42.21%
G = 30.99%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCB9A0 (or 0xFCB9A0) is known color: Mandys Pink. HEX triplet: FC, B9 and A0. RGB value is (252,185,160). Sum of RGB (Red+Green+Blue) = 252+185+160=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9A0 is #03465F. Grayscale: #CACACA. Windows color (decimal): -214624 or 10533372. OLE color: 10533372.

HSL color Cylindrical-coordinate representation of color #FCB9A0: hue angle of 16.3º 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 #FCB9A0 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 160 -
CMYK 0 0.27 0.37 0.01
HSL 16.3º 0.94% 0.81% -
HSV(B) 16.3º 0.37% 0.99% -
XYZ 63.84 57.93 41.07 -
YUV 202.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 252 185 160 0 0.27 0.37 0.01 16.3 0.94 0.81
Hex FC B9 A0 0 1B 25 1 10 5E 51
Octal 374 271 240 0 33 45 1 20 136 121
Binary 11111100 10111001 10100000 0 11011 100101 1 10000 1011110 1010001

Color Harmonies of #FCB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9A0

Black with #FCB9A0

Text Example


Text Example

White with #FCB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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