Html Css Color HEX #FFBC9B Mandys Pink

📋 copy color: '#FFBC9B'

red 255 ◦ green 188 ◦ blue 155

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

Shades of Mandys Pink #FFBC9B

Tints of Mandys Pink #FFBC9B

RGB

 RED value IS 255 (100% from 255) = 42.64%

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

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

R = 42.64%
G = 31.44%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFBC9B (or 0xFFBC9B) is known color: Mandys Pink. HEX triplet: FF, BC and 9B. RGB value is (255,188,155). Sum of RGB (Red+Green+Blue) = 255+188+155=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC9B is #004364. Grayscale: #CCCCCC. Windows color (decimal): -17253 or 10206463. OLE color: 10206463.

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

Color convert

RGB 255 188 155 -
CMYK 0 0.26 0.39 0
HSL 19.8º 1% 0.8% -
HSV(B) 19.8º 0.39% 1% -
XYZ 65.14 59.59 39.08 -
YUV 204.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 255 188 155 0 0.26 0.39 0 19.8 1 0.8
Hex FF BC 9B 0 1A 27 0 14 64 50
Octal 377 274 233 0 32 47 0 24 144 120
Binary 11111111 10111100 10011011 0 11010 100111 0 10100 1100100 1010000

Color Harmonies of #FFBC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBC9B

Black with #FFBC9B

Text Example


Text Example

White with #FFBC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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