Shades of Carnation Pink #F3A8C5
Tints of Carnation Pink #F3A8C5
RGB
CMYK
RGB Variations
Color information
#F3A8C5 (or 0xF3A8C5) is known color: Carnation Pink. HEX triplet: F3, A8 and C5. RGB value is (243,168,197). Sum of RGB (Red+Green+Blue) = 243+168+197=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8C5 is #0C573A. Grayscale: #C1C1C1. Windows color (decimal): -808763 or 12953843. OLE color: 12953843.
HSL color Cylindrical-coordinate representation of color #F3A8C5: hue angle of 336.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8C5 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 197 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.05 |
| HSL | 336.8º | 0.76% | 0.81% | - |
| HSV(B) | 336.8º | 0.31% | 0.95% | - |
| XYZ | 61.04 | 51.09 | 59.47 | - |
| YUV | 193.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 197 | 0 | 0.31 | 0.19 | 0.05 | 336.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | C5 | 0 | 1F | 13 | 5 | 151 | 4C | 51 |
| Octal | 363 | 250 | 305 | 0 | 37 | 23 | 5 | 521 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11000101 | 0 | 11111 | 10011 | 101 | 101010001 | 1001100 | 1010001 |
Color Harmonies of #F3A8C5
Complementary color
Monochromatic Colors of #F3A8C5
Black with #F3A8C5
Text Example
Text Example
White with #F3A8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8C5; }
p { color: rgb(243,168,197); }
H1.HeaderClassName
{
color: #F3A8C5;
}
.AnyTagClassName
{
color: #F3A8C5;
}
</style>
background-color css
<style>
a { background-color: #F3A8C5; }
a { background-color: rgb(243,168,197); }
div.DivClassName
{
background-color: #F3A8C5;
}
.BgClassName
{
background-color: #F3A8C5;
}
</style>
border-color css
<style>
span { border-color: #F3A8C5; }
span { border-color: rgb(243,168,197); }
td.TdClassName
{
border-color: #F3A8C5;
}
.TagClassName
{
border-color: #F3A8C5;
}
</style>