Html Css Color HEX #FCBC9A Mandys Pink

📋 copy color: '#FCBC9A'

red 252 ◦ green 188 ◦ blue 154

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

Shades of Mandys Pink #FCBC9A

Tints of Mandys Pink #FCBC9A

RGB

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

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

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

R = 42.42%
G = 31.65%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCBC9A (or 0xFCBC9A) is known color: Mandys Pink. HEX triplet: FC, BC and 9A. RGB value is (252,188,154). Sum of RGB (Red+Green+Blue) = 252+188+154=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC9A is #034365. Grayscale: #CBCBCB. Windows color (decimal): -213862 or 10140924. OLE color: 10140924.

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

Color convert

RGB 252 188 154 -
CMYK 0 0.25 0.39 0.01
HSL 20.82º 0.94% 0.8% -
HSV(B) 20.82º 0.39% 0.99% -
XYZ 63.96 58.99 38.59 -
YUV 203.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 252 188 154 0 0.25 0.39 0.01 20.82 0.94 0.8
Hex FC BC 9A 0 19 27 1 15 5E 50
Octal 374 274 232 0 31 47 1 25 136 120
Binary 11111100 10111100 10011010 0 11001 100111 1 10101 1011110 1010000

Color Harmonies of #FCBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC9A

Black with #FCBC9A

Text Example


Text Example

White with #FCBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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