Html Css Color HEX #FFBB94 Mandys Pink

📋 copy color: '#FFBB94'

red 255 ◦ green 187 ◦ blue 148

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

Shades of Mandys Pink #FFBB94

Tints of Mandys Pink #FFBB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.08%

R = 43.22%
G = 31.69%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFBB94 (or 0xFFBB94) is known color: Mandys Pink. HEX triplet: FF, BB and 94. RGB value is (255,187,148). Sum of RGB (Red+Green+Blue) = 255+187+148=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB94 is #00446B. Grayscale: #CBCBCB. Windows color (decimal): -17516 or 9747455. OLE color: 9747455.

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

Color convert

RGB 255 187 148 -
CMYK 0 0.27 0.42 0
HSL 21.87º 1% 0.79% -
HSV(B) 21.87º 0.42% 1% -
XYZ 64.36 58.94 36 -
YUV 202.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 255 187 148 0 0.27 0.42 0 21.87 1 0.79
Hex FF BB 94 0 1B 2A 0 16 64 4F
Octal 377 273 224 0 33 52 0 26 144 117
Binary 11111111 10111011 10010100 0 11011 101010 0 10110 1100100 1001111

Color Harmonies of #FFBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB94

Black with #FFBB94

Text Example


Text Example

White with #FFBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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