Html Css Color HEX #FCB49A Mandys Pink

📋 copy color: '#FCB49A'

red 252 ◦ green 180 ◦ blue 154

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

Shades of Mandys Pink #FCB49A

Tints of Mandys Pink #FCB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.72%

 BLUE value IS 154 (60.55% from 255) = 26.28%

R = 43%
G = 30.72%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCB49A (or 0xFCB49A) is known color: Mandys Pink. HEX triplet: FC, B4 and 9A. RGB value is (252,180,154). Sum of RGB (Red+Green+Blue) = 252+180+154=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB49A is #034B65. Grayscale: #C6C6C6. Windows color (decimal): -215910 or 10138876. OLE color: 10138876.

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

Color convert

RGB 252 180 154 -
CMYK 0 0.29 0.39 0.01
HSL 15.92º 0.94% 0.8% -
HSV(B) 15.92º 0.39% 0.99% -
XYZ 62.3 55.67 38.03 -
YUV 198.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 252 180 154 0 0.29 0.39 0.01 15.92 0.94 0.8
Hex FC B4 9A 0 1D 27 1 10 5E 50
Octal 374 264 232 0 35 47 1 20 136 120
Binary 11111100 10110100 10011010 0 11101 100111 1 10000 1011110 1010000

Color Harmonies of #FCB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB49A

Black with #FCB49A

Text Example


Text Example

White with #FCB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB49A; }

 p { color: rgb(252,180,154); }

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

background-color css

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

 a { background-color: rgb(252,180,154); }

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

border-color css

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

 span { border-color: rgb(252,180,154); }

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