Html Css Color HEX #FFBA9C Mandys Pink

📋 copy color: '#FFBA9C'

red 255 ◦ green 186 ◦ blue 156

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

Shades of Mandys Pink #FFBA9C

Tints of Mandys Pink #FFBA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 156 (61.33% from 255) = 26.13%

R = 42.71%
G = 31.16%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFBA9C (or 0xFFBA9C) is known color: Mandys Pink. HEX triplet: FF, BA and 9C. RGB value is (255,186,156). Sum of RGB (Red+Green+Blue) = 255+186+156=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA9C is #004563. Grayscale: #CBCBCB. Windows color (decimal): -17764 or 10271487. OLE color: 10271487.

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

Color convert

RGB 255 186 156 -
CMYK 0 0.27 0.39 0
HSL 18.18º 1% 0.81% -
HSV(B) 18.18º 0.39% 1% -
XYZ 64.8 58.78 39.38 -
YUV 203.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 255 186 156 0 0.27 0.39 0 18.18 1 0.81
Hex FF BA 9C 0 1B 27 0 12 64 51
Octal 377 272 234 0 33 47 0 22 144 121
Binary 11111111 10111010 10011100 0 11011 100111 0 10010 1100100 1010001

Color Harmonies of #FFBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA9C

Black with #FFBA9C

Text Example


Text Example

White with #FFBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA9C; }

 p { color: rgb(255,186,156); }

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

background-color css

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

 a { background-color: rgb(255,186,156); }

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

border-color css

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

 span { border-color: rgb(255,186,156); }

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