Shades of Carnation Pink #F8A7CA
Tints of Carnation Pink #F8A7CA
RGB
CMYK
RGB Variations
Color information
#F8A7CA (or 0xF8A7CA) is known color: Carnation Pink. HEX triplet: F8, A7 and CA. RGB value is (248,167,202). Sum of RGB (Red+Green+Blue) = 248+167+202=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7CA is #075835. Grayscale: #C3C3C3. Windows color (decimal): -481334 or 13281272. OLE color: 13281272.
HSL color Cylindrical-coordinate representation of color #F8A7CA: hue angle of 334.07º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7CA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 202 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.03 |
| HSL | 334.07º | 0.85% | 0.81% | - |
| HSV(B) | 334.07º | 0.33% | 0.97% | - |
| XYZ | 63.19 | 51.86 | 62.56 | - |
| YUV | 195.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 202 | 0 | 0.33 | 0.19 | 0.03 | 334.07 | 0.85 | 0.81 |
| Hex | F8 | A7 | CA | 0 | 21 | 13 | 3 | 14E | 55 | 51 |
| Octal | 370 | 247 | 312 | 0 | 41 | 23 | 3 | 516 | 125 | 121 |
| Binary | 11111000 | 10100111 | 11001010 | 0 | 100001 | 10011 | 11 | 101001110 | 1010101 | 1010001 |
Color Harmonies of #F8A7CA
Complementary color
Monochromatic Colors of #F8A7CA
Black with #F8A7CA
Text Example
Text Example
White with #F8A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7CA; }
p { color: rgb(248,167,202); }
H1.HeaderClassName
{
color: #F8A7CA;
}
.AnyTagClassName
{
color: #F8A7CA;
}
</style>
background-color css
<style>
a { background-color: #F8A7CA; }
a { background-color: rgb(248,167,202); }
div.DivClassName
{
background-color: #F8A7CA;
}
.BgClassName
{
background-color: #F8A7CA;
}
</style>
border-color css
<style>
span { border-color: #F8A7CA; }
span { border-color: rgb(248,167,202); }
td.TdClassName
{
border-color: #F8A7CA;
}
.TagClassName
{
border-color: #F8A7CA;
}
</style>