Html Css Color HEX #FFBB9A Mandys Pink

📋 copy color: '#FFBB9A'

red 255 ◦ green 187 ◦ blue 154

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

Shades of Mandys Pink #FFBB9A

Tints of Mandys Pink #FFBB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 42.79%
G = 31.38%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFBB9A (or 0xFFBB9A) is known color: Mandys Pink. HEX triplet: FF, BB and 9A. RGB value is (255,187,154). Sum of RGB (Red+Green+Blue) = 255+187+154=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB9A is #004465. Grayscale: #CBCBCB. Windows color (decimal): -17510 or 10140671. OLE color: 10140671.

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

Color convert

RGB 255 187 154 -
CMYK 0 0.27 0.40 0
HSL 19.6º 1% 0.8% -
HSV(B) 19.6º 0.4% 1% -
XYZ 64.84 59.13 38.57 -
YUV 203.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 255 187 154 0 0.27 0.40 0 19.6 1 0.8
Hex FF BB 9A 0 1B 28 0 14 64 50
Octal 377 273 232 0 33 50 0 24 144 120
Binary 11111111 10111011 10011010 0 11011 101000 0 10100 1100100 1010000

Color Harmonies of #FFBB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB9A

Black with #FFBB9A

Text Example


Text Example

White with #FFBB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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