Shades of Light Pink #FAB5BD
Tints of Light Pink #FAB5BD
RGB
CMYK
RGB Variations
Color information
#FAB5BD (or 0xFAB5BD) is known color: Light Pink. HEX triplet: FA, B5 and BD. RGB value is (250,181,189). Sum of RGB (Red+Green+Blue) = 250+181+189=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5BD is #054A42. Grayscale: #CACACA. Windows color (decimal): -346691 or 12432890. OLE color: 12432890.
HSL color Cylindrical-coordinate representation of color #FAB5BD: hue angle of 353.04º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5BD is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 189 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.02 |
| HSL | 353.04º | 0.87% | 0.85% | - |
| HSV(B) | 353.04º | 0.28% | 0.98% | - |
| XYZ | 65.13 | 57.05 | 55.72 | - |
| YUV | 202.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 189 | 0 | 0.28 | 0.24 | 0.02 | 353.04 | 0.87 | 0.85 |
| Hex | FA | B5 | BD | 0 | 1C | 18 | 2 | 161 | 57 | 55 |
| Octal | 372 | 265 | 275 | 0 | 34 | 30 | 2 | 541 | 127 | 125 |
| Binary | 11111010 | 10110101 | 10111101 | 0 | 11100 | 11000 | 10 | 101100001 | 1010111 | 1010101 |
Color Harmonies of #FAB5BD
Complementary color
Monochromatic Colors of #FAB5BD
Black with #FAB5BD
Text Example
Text Example
White with #FAB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5BD; }
p { color: rgb(250,181,189); }
H1.HeaderClassName
{
color: #FAB5BD;
}
.AnyTagClassName
{
color: #FAB5BD;
}
</style>
background-color css
<style>
a { background-color: #FAB5BD; }
a { background-color: rgb(250,181,189); }
div.DivClassName
{
background-color: #FAB5BD;
}
.BgClassName
{
background-color: #FAB5BD;
}
</style>
border-color css
<style>
span { border-color: #FAB5BD; }
span { border-color: rgb(250,181,189); }
td.TdClassName
{
border-color: #FAB5BD;
}
.TagClassName
{
border-color: #FAB5BD;
}
</style>