Shades of Carnation Pink #F8A8CA
Tints of Carnation Pink #F8A8CA
RGB
CMYK
RGB Variations
Color information
#F8A8CA (or 0xF8A8CA) is known color: Carnation Pink. HEX triplet: F8, A8 and CA. RGB value is (248,168,202). Sum of RGB (Red+Green+Blue) = 248+168+202=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8CA is #075735. Grayscale: #C3C3C3. Windows color (decimal): -481078 or 13281528. OLE color: 13281528.
HSL color Cylindrical-coordinate representation of color #F8A8CA: hue angle of 334.5º 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 #F8A8CA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 202 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.03 |
| HSL | 334.5º | 0.85% | 0.82% | - |
| HSV(B) | 334.5º | 0.32% | 0.97% | - |
| XYZ | 63.37 | 52.23 | 62.62 | - |
| YUV | 195.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 202 | 0 | 0.32 | 0.19 | 0.03 | 334.5 | 0.85 | 0.82 |
| Hex | F8 | A8 | CA | 0 | 20 | 13 | 3 | 14E | 55 | 52 |
| Octal | 370 | 250 | 312 | 0 | 40 | 23 | 3 | 516 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11001010 | 0 | 100000 | 10011 | 11 | 101001110 | 1010101 | 1010010 |
Color Harmonies of #F8A8CA
Complementary color
Monochromatic Colors of #F8A8CA
Black with #F8A8CA
Text Example
Text Example
White with #F8A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8CA; }
p { color: rgb(248,168,202); }
H1.HeaderClassName
{
color: #F8A8CA;
}
.AnyTagClassName
{
color: #F8A8CA;
}
</style>
background-color css
<style>
a { background-color: #F8A8CA; }
a { background-color: rgb(248,168,202); }
div.DivClassName
{
background-color: #F8A8CA;
}
.BgClassName
{
background-color: #F8A8CA;
}
</style>
border-color css
<style>
span { border-color: #F8A8CA; }
span { border-color: rgb(248,168,202); }
td.TdClassName
{
border-color: #F8A8CA;
}
.TagClassName
{
border-color: #F8A8CA;
}
</style>