#FBBA99

Color #FBBA99 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FBBA99

Tints of Mandys Pink #FBBA99

Color information

#FBBA99 (or 0xFBBA99) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 99. RGB value is (251,186,153). Sum of RGB (Red+Green+Blue) = 251+186+153=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA99 is #044566. Grayscale: #C9C9C9. Windows color (decimal): -279911 or 10074875. OLE color: 10074875.

HSL color Cylindrical-coordinate representation of color #FBBA99: hue angle of 20.2º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBBA99 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251186153-
CMYK00.260.390.02
HSL20.2º92.45%79.22%-
HSV(B)20.2º39.04%98.43%-
XYZ63.0957.9337.99-
YUV201.67100.53163.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 153 (60.16% from 255) = 25.93%
R=42.54%
G=31.53%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118615300.260.390.0220.292.4579.22
HexFBBA9901A272145c4f
Octal37327223103247224134117
Binary111110111011101010011001011010100111101010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA99; }

 p { color: rgb(251,186,153); }

 H1.HeaderClassName
 {
   color: #FBBA99;
 }
 .AnyTagClassName
 {
   color: #FBBA99;
 }
</style>
background-color css

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

 a { background-color: rgb(251,186,153); }

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

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

 span { border-color: rgb(251,186,153); }

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