Shades of Carnation Pink #F8A9C5
Tints of Carnation Pink #F8A9C5
RGB
CMYK
RGB Variations
Color information
#F8A9C5 (or 0xF8A9C5) is known color: Carnation Pink. HEX triplet: F8, A9 and C5. RGB value is (248,169,197). Sum of RGB (Red+Green+Blue) = 248+169+197=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9C5 is #07563A. Grayscale: #C3C3C3. Windows color (decimal): -480827 or 12954104. OLE color: 12954104.
HSL color Cylindrical-coordinate representation of color #F8A9C5: hue angle of 338.73º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9C5 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 197 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.03 |
| HSL | 338.73º | 0.85% | 0.82% | - |
| HSV(B) | 338.73º | 0.32% | 0.97% | - |
| XYZ | 62.98 | 52.36 | 59.61 | - |
| YUV | 195.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 197 | 0 | 0.32 | 0.21 | 0.03 | 338.73 | 0.85 | 0.82 |
| Hex | F8 | A9 | C5 | 0 | 20 | 15 | 3 | 153 | 55 | 52 |
| Octal | 370 | 251 | 305 | 0 | 40 | 25 | 3 | 523 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11000101 | 0 | 100000 | 10101 | 11 | 101010011 | 1010101 | 1010010 |
Color Harmonies of #F8A9C5
Complementary color
Monochromatic Colors of #F8A9C5
Black with #F8A9C5
Text Example
Text Example
White with #F8A9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9C5; }
p { color: rgb(248,169,197); }
H1.HeaderClassName
{
color: #F8A9C5;
}
.AnyTagClassName
{
color: #F8A9C5;
}
</style>
background-color css
<style>
a { background-color: #F8A9C5; }
a { background-color: rgb(248,169,197); }
div.DivClassName
{
background-color: #F8A9C5;
}
.BgClassName
{
background-color: #F8A9C5;
}
</style>
border-color css
<style>
span { border-color: #F8A9C5; }
span { border-color: rgb(248,169,197); }
td.TdClassName
{
border-color: #F8A9C5;
}
.TagClassName
{
border-color: #F8A9C5;
}
</style>