Html Css Color HEX #FCBC9B Mandys Pink

📋 copy color: '#FCBC9B'

red 252 ◦ green 188 ◦ blue 155

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

Shades of Mandys Pink #FCBC9B

Tints of Mandys Pink #FCBC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.05%

R = 42.35%
G = 31.6%
B = 26.05%

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

#FCBC9B (or 0xFCBC9B) is known color: Mandys Pink. HEX triplet: FC, BC and 9B. RGB value is (252,188,155). Sum of RGB (Red+Green+Blue) = 252+188+155=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC9B is #034364. Grayscale: #CBCBCB. Windows color (decimal): -213861 or 10206460. OLE color: 10206460.

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

Color convert

RGB 252 188 155 -
CMYK 0 0.25 0.38 0.01
HSL 20.41º 0.94% 0.8% -
HSV(B) 20.41º 0.38% 0.99% -
XYZ 64.04 59.03 39.03 -
YUV 203.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 252 188 155 0 0.25 0.38 0.01 20.41 0.94 0.8
Hex FC BC 9B 0 19 26 1 14 5E 50
Octal 374 274 233 0 31 46 1 24 136 120
Binary 11111100 10111100 10011011 0 11001 100110 1 10100 1011110 1010000

Color Harmonies of #FCBC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC9B

Black with #FCBC9B

Text Example


Text Example

White with #FCBC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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