Html Css Color HEX #FCBC9D Mandys Pink

📋 copy color: '#FCBC9D'

red 252 ◦ green 188 ◦ blue 157

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

Shades of Mandys Pink #FCBC9D

Tints of Mandys Pink #FCBC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.3%

R = 42.21%
G = 31.49%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCBC9D (or 0xFCBC9D) is known color: Mandys Pink. HEX triplet: FC, BC and 9D. RGB value is (252,188,157). Sum of RGB (Red+Green+Blue) = 252+188+157=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC9D is #034362. Grayscale: #CBCBCB. Windows color (decimal): -213859 or 10337532. OLE color: 10337532.

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

Color convert

RGB 252 188 157 -
CMYK 0 0.25 0.38 0.01
HSL 19.58º 0.94% 0.8% -
HSV(B) 19.58º 0.38% 0.99% -
XYZ 64.21 59.1 39.92 -
YUV 203.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 252 188 157 0 0.25 0.38 0.01 19.58 0.94 0.8
Hex FC BC 9D 0 19 26 1 14 5E 50
Octal 374 274 235 0 31 46 1 24 136 120
Binary 11111100 10111100 10011101 0 11001 100110 1 10100 1011110 1010000

Color Harmonies of #FCBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC9D

Black with #FCBC9D

Text Example


Text Example

White with #FCBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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