Shades of Light Pink #F8ABB4
Tints of Light Pink #F8ABB4
RGB
CMYK
RGB Variations
Color information
#F8ABB4 (or 0xF8ABB4) is known color: Light Pink. HEX triplet: F8, AB and B4. RGB value is (248,171,180). Sum of RGB (Red+Green+Blue) = 248+171+180=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABB4 is #07544B. Grayscale: #C3C3C3. Windows color (decimal): -480332 or 11840504. OLE color: 11840504.
HSL color Cylindrical-coordinate representation of color #F8ABB4: hue angle of 352.99º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABB4 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 180 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.03 |
| HSL | 352.99º | 0.85% | 0.82% | - |
| HSV(B) | 352.99º | 0.31% | 0.97% | - |
| XYZ | 61.51 | 52.38 | 50.05 | - |
| YUV | 195.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 180 | 0 | 0.31 | 0.27 | 0.03 | 352.99 | 0.85 | 0.82 |
| Hex | F8 | AB | B4 | 0 | 1F | 1B | 3 | 161 | 55 | 52 |
| Octal | 370 | 253 | 264 | 0 | 37 | 33 | 3 | 541 | 125 | 122 |
| Binary | 11111000 | 10101011 | 10110100 | 0 | 11111 | 11011 | 11 | 101100001 | 1010101 | 1010010 |
Color Harmonies of #F8ABB4
Complementary color
Monochromatic Colors of #F8ABB4
Black with #F8ABB4
Text Example
Text Example
White with #F8ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABB4; }
p { color: rgb(248,171,180); }
H1.HeaderClassName
{
color: #F8ABB4;
}
.AnyTagClassName
{
color: #F8ABB4;
}
</style>
background-color css
<style>
a { background-color: #F8ABB4; }
a { background-color: rgb(248,171,180); }
div.DivClassName
{
background-color: #F8ABB4;
}
.BgClassName
{
background-color: #F8ABB4;
}
</style>
border-color css
<style>
span { border-color: #F8ABB4; }
span { border-color: rgb(248,171,180); }
td.TdClassName
{
border-color: #F8ABB4;
}
.TagClassName
{
border-color: #F8ABB4;
}
</style>