Shades of Light Pink #FAB6B8
Tints of Light Pink #FAB6B8
RGB
CMYK
RGB Variations
Color information
#FAB6B8 (or 0xFAB6B8) is known color: Light Pink. HEX triplet: FA, B6 and B8. RGB value is (250,182,184). Sum of RGB (Red+Green+Blue) = 250+182+184=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6B8 is #054947. Grayscale: #CACACA. Windows color (decimal): -346440 or 12105466. OLE color: 12105466.
HSL color Cylindrical-coordinate representation of color #FAB6B8: hue angle of 358.24º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6B8 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 184 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.02 |
| HSL | 358.24º | 0.87% | 0.85% | - |
| HSV(B) | 358.24º | 0.27% | 0.98% | - |
| XYZ | 64.8 | 57.24 | 52.98 | - |
| YUV | 202.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 184 | 0 | 0.27 | 0.26 | 0.02 | 358.24 | 0.87 | 0.85 |
| Hex | FA | B6 | B8 | 0 | 1B | 1A | 2 | 166 | 57 | 55 |
| Octal | 372 | 266 | 270 | 0 | 33 | 32 | 2 | 546 | 127 | 125 |
| Binary | 11111010 | 10110110 | 10111000 | 0 | 11011 | 11010 | 10 | 101100110 | 1010111 | 1010101 |
Color Harmonies of #FAB6B8
Complementary color
Monochromatic Colors of #FAB6B8
Black with #FAB6B8
Text Example
Text Example
White with #FAB6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6B8; }
p { color: rgb(250,182,184); }
H1.HeaderClassName
{
color: #FAB6B8;
}
.AnyTagClassName
{
color: #FAB6B8;
}
</style>
background-color css
<style>
a { background-color: #FAB6B8; }
a { background-color: rgb(250,182,184); }
div.DivClassName
{
background-color: #FAB6B8;
}
.BgClassName
{
background-color: #FAB6B8;
}
</style>
border-color css
<style>
span { border-color: #FAB6B8; }
span { border-color: rgb(250,182,184); }
td.TdClassName
{
border-color: #FAB6B8;
}
.TagClassName
{
border-color: #FAB6B8;
}
</style>