Shades of Carnation Pink #F8ABCB
Tints of Carnation Pink #F8ABCB
RGB
CMYK
RGB Variations
Color information
#F8ABCB (or 0xF8ABCB) is known color: Carnation Pink. HEX triplet: F8, AB and CB. RGB value is (248,171,203). Sum of RGB (Red+Green+Blue) = 248+171+203=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABCB is #075434. Grayscale: #C5C5C5. Windows color (decimal): -480309 or 13347832. OLE color: 13347832.
HSL color Cylindrical-coordinate representation of color #F8ABCB: hue angle of 335.06º 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 #F8ABCB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 203 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.03 |
| HSL | 335.06º | 0.85% | 0.82% | - |
| HSV(B) | 335.06º | 0.31% | 0.97% | - |
| XYZ | 64.05 | 53.39 | 63.43 | - |
| YUV | 197.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 203 | 0 | 0.31 | 0.18 | 0.03 | 335.06 | 0.85 | 0.82 |
| Hex | F8 | AB | CB | 0 | 1F | 12 | 3 | 14F | 55 | 52 |
| Octal | 370 | 253 | 313 | 0 | 37 | 22 | 3 | 517 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11001011 | 0 | 11111 | 10010 | 11 | 101001111 | 1010101 | 1010010 |
Color Harmonies of #F8ABCB
Complementary color
Monochromatic Colors of #F8ABCB
Black with #F8ABCB
Text Example
Text Example
White with #F8ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABCB; }
p { color: rgb(248,171,203); }
H1.HeaderClassName
{
color: #F8ABCB;
}
.AnyTagClassName
{
color: #F8ABCB;
}
</style>
background-color css
<style>
a { background-color: #F8ABCB; }
a { background-color: rgb(248,171,203); }
div.DivClassName
{
background-color: #F8ABCB;
}
.BgClassName
{
background-color: #F8ABCB;
}
</style>
border-color css
<style>
span { border-color: #F8ABCB; }
span { border-color: rgb(248,171,203); }
td.TdClassName
{
border-color: #F8ABCB;
}
.TagClassName
{
border-color: #F8ABCB;
}
</style>