Shades of Carnation Pink #F8A3CA
Tints of Carnation Pink #F8A3CA
RGB
CMYK
RGB Variations
Color information
#F8A3CA (or 0xF8A3CA) is known color: Carnation Pink. HEX triplet: F8, A3 and CA. RGB value is (248,163,202). Sum of RGB (Red+Green+Blue) = 248+163+202=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3CA is #075C35. Grayscale: #C0C0C0. Windows color (decimal): -482358 or 13280248. OLE color: 13280248.
HSL color Cylindrical-coordinate representation of color #F8A3CA: hue angle of 332.47º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A3CA is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 202 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.03 |
| HSL | 332.47º | 0.86% | 0.81% | - |
| HSV(B) | 332.47º | 0.34% | 0.97% | - |
| XYZ | 62.47 | 50.42 | 62.32 | - |
| YUV | 192.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 202 | 0 | 0.34 | 0.19 | 0.03 | 332.47 | 0.86 | 0.81 |
| Hex | F8 | A3 | CA | 0 | 22 | 13 | 3 | 14C | 56 | 51 |
| Octal | 370 | 243 | 312 | 0 | 42 | 23 | 3 | 514 | 126 | 121 |
| Binary | 11111000 | 10100011 | 11001010 | 0 | 100010 | 10011 | 11 | 101001100 | 1010110 | 1010001 |
Color Harmonies of #F8A3CA
Complementary color
Monochromatic Colors of #F8A3CA
Black with #F8A3CA
Text Example
Text Example
White with #F8A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3CA; }
p { color: rgb(248,163,202); }
H1.HeaderClassName
{
color: #F8A3CA;
}
.AnyTagClassName
{
color: #F8A3CA;
}
</style>
background-color css
<style>
a { background-color: #F8A3CA; }
a { background-color: rgb(248,163,202); }
div.DivClassName
{
background-color: #F8A3CA;
}
.BgClassName
{
background-color: #F8A3CA;
}
</style>
border-color css
<style>
span { border-color: #F8A3CA; }
span { border-color: rgb(248,163,202); }
td.TdClassName
{
border-color: #F8A3CA;
}
.TagClassName
{
border-color: #F8A3CA;
}
</style>