Html Css Color HEX #FFBB9B Mandys Pink

📋 copy color: '#FFBB9B'

red 255 ◦ green 187 ◦ blue 155

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

Shades of Mandys Pink #FFBB9B

Tints of Mandys Pink #FFBB9B

RGB

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

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

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

R = 42.71%
G = 31.32%
B = 25.96%

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

#FFBB9B (or 0xFFBB9B) is known color: Mandys Pink. HEX triplet: FF, BB and 9B. RGB value is (255,187,155). Sum of RGB (Red+Green+Blue) = 255+187+155=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB9B is #004464. Grayscale: #CBCBCB. Windows color (decimal): -17509 or 10206207. OLE color: 10206207.

HSL color Cylindrical-coordinate representation of color #FFBB9B: hue angle of 19.2º 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 #FFBB9B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 155 -
CMYK 0 0.27 0.39 0
HSL 19.2º 1% 0.8% -
HSV(B) 19.2º 0.39% 1% -
XYZ 64.93 59.17 39.01 -
YUV 203.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 255 187 155 0 0.27 0.39 0 19.2 1 0.8
Hex FF BB 9B 0 1B 27 0 13 64 50
Octal 377 273 233 0 33 47 0 23 144 120
Binary 11111111 10111011 10011011 0 11011 100111 0 10011 1100100 1010000

Color Harmonies of #FFBB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB9B

Black with #FFBB9B

Text Example


Text Example

White with #FFBB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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