Html Css Color HEX #FFBBA0 Mandys Pink

📋 copy color: '#FFBBA0'

red 255 ◦ green 187 ◦ blue 160

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

Shades of Mandys Pink #FFBBA0

Tints of Mandys Pink #FFBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 42.36%
G = 31.06%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFBBA0 (or 0xFFBBA0) is known color: Mandys Pink. HEX triplet: FF, BB and A0. RGB value is (255,187,160). Sum of RGB (Red+Green+Blue) = 255+187+160=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA0 is #00445F. Grayscale: #CCCCCC. Windows color (decimal): -17504 or 10533887. OLE color: 10533887.

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

Color convert

RGB 255 187 160 -
CMYK 0 0.27 0.37 0
HSL 17.05º 1% 0.81% -
HSV(B) 17.05º 0.37% 1% -
XYZ 65.36 59.34 41.27 -
YUV 204.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 255 187 160 0 0.27 0.37 0 17.05 1 0.81
Hex FF BB A0 0 1B 25 0 11 64 51
Octal 377 273 240 0 33 45 0 21 144 121
Binary 11111111 10111011 10100000 0 11011 100101 0 10001 1100100 1010001

Color Harmonies of #FFBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBA0

Black with #FFBBA0

Text Example


Text Example

White with #FFBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBA0; }

 p { color: rgb(255,187,160); }

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

background-color css

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

 a { background-color: rgb(255,187,160); }

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

border-color css

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

 span { border-color: rgb(255,187,160); }

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