Shades of Light Pink #FBAEB9
Tints of Light Pink #FBAEB9
RGB
CMYK
RGB Variations
Color information
#FBAEB9 (or 0xFBAEB9) is known color: Light Pink. HEX triplet: FB, AE and B9. RGB value is (251,174,185). Sum of RGB (Red+Green+Blue) = 251+174+185=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB9 is #045146. Grayscale: #C6C6C6. Windows color (decimal): -282951 or 12168955. OLE color: 12168955.
HSL color Cylindrical-coordinate representation of color #FBAEB9: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEB9 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 185 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.02 |
| HSL | 351.43º | 0.91% | 0.83% | - |
| HSV(B) | 351.43º | 0.31% | 0.98% | - |
| XYZ | 63.68 | 54.28 | 53.02 | - |
| YUV | 198.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 185 | 0 | 0.31 | 0.26 | 0.02 | 351.43 | 0.91 | 0.83 |
| Hex | FB | AE | B9 | 0 | 1F | 1A | 2 | 15F | 5B | 53 |
| Octal | 373 | 256 | 271 | 0 | 37 | 32 | 2 | 537 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10111001 | 0 | 11111 | 11010 | 10 | 101011111 | 1011011 | 1010011 |
Color Harmonies of #FBAEB9
Complementary color
Monochromatic Colors of #FBAEB9
Black with #FBAEB9
Text Example
Text Example
White with #FBAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEB9; }
p { color: rgb(251,174,185); }
H1.HeaderClassName
{
color: #FBAEB9;
}
.AnyTagClassName
{
color: #FBAEB9;
}
</style>
background-color css
<style>
a { background-color: #FBAEB9; }
a { background-color: rgb(251,174,185); }
div.DivClassName
{
background-color: #FBAEB9;
}
.BgClassName
{
background-color: #FBAEB9;
}
</style>
border-color css
<style>
span { border-color: #FBAEB9; }
span { border-color: rgb(251,174,185); }
td.TdClassName
{
border-color: #FBAEB9;
}
.TagClassName
{
border-color: #FBAEB9;
}
</style>