Shades of Carnation Pink #F8A6CA
Tints of Carnation Pink #F8A6CA
RGB
CMYK
RGB Variations
Color information
#F8A6CA (or 0xF8A6CA) is known color: Carnation Pink. HEX triplet: F8, A6 and CA. RGB value is (248,166,202). Sum of RGB (Red+Green+Blue) = 248+166+202=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6CA is #075935. Grayscale: #C2C2C2. Windows color (decimal): -481590 or 13281016. OLE color: 13281016.
HSL color Cylindrical-coordinate representation of color #F8A6CA: hue angle of 333.66º 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 #F8A6CA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 202 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.03 |
| HSL | 333.66º | 0.85% | 0.81% | - |
| HSV(B) | 333.66º | 0.33% | 0.97% | - |
| XYZ | 63.01 | 51.49 | 62.5 | - |
| YUV | 194.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 202 | 0 | 0.33 | 0.19 | 0.03 | 333.66 | 0.85 | 0.81 |
| Hex | F8 | A6 | CA | 0 | 21 | 13 | 3 | 14E | 55 | 51 |
| Octal | 370 | 246 | 312 | 0 | 41 | 23 | 3 | 516 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11001010 | 0 | 100001 | 10011 | 11 | 101001110 | 1010101 | 1010001 |
Color Harmonies of #F8A6CA
Complementary color
Monochromatic Colors of #F8A6CA
Black with #F8A6CA
Text Example
Text Example
White with #F8A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6CA; }
p { color: rgb(248,166,202); }
H1.HeaderClassName
{
color: #F8A6CA;
}
.AnyTagClassName
{
color: #F8A6CA;
}
</style>
background-color css
<style>
a { background-color: #F8A6CA; }
a { background-color: rgb(248,166,202); }
div.DivClassName
{
background-color: #F8A6CA;
}
.BgClassName
{
background-color: #F8A6CA;
}
</style>
border-color css
<style>
span { border-color: #F8A6CA; }
span { border-color: rgb(248,166,202); }
td.TdClassName
{
border-color: #F8A6CA;
}
.TagClassName
{
border-color: #F8A6CA;
}
</style>