Shades of Carnation Pink #F3A9C8
Tints of Carnation Pink #F3A9C8
RGB
CMYK
RGB Variations
Color information
#F3A9C8 (or 0xF3A9C8) is known color: Carnation Pink. HEX triplet: F3, A9 and C8. RGB value is (243,169,200). Sum of RGB (Red+Green+Blue) = 243+169+200=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9C8 is #0C5637. Grayscale: #C2C2C2. Windows color (decimal): -808504 or 13150707. OLE color: 13150707.
HSL color Cylindrical-coordinate representation of color #F3A9C8: hue angle of 334.86º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3A9C8 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 200 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.05 |
| HSL | 334.86º | 0.76% | 0.81% | - |
| HSV(B) | 334.86º | 0.3% | 0.95% | - |
| XYZ | 61.58 | 51.6 | 61.36 | - |
| YUV | 194.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 200 | 0 | 0.30 | 0.18 | 0.05 | 334.86 | 0.76 | 0.81 |
| Hex | F3 | A9 | C8 | 0 | 1E | 12 | 5 | 14F | 4C | 51 |
| Octal | 363 | 251 | 310 | 0 | 36 | 22 | 5 | 517 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11001000 | 0 | 11110 | 10010 | 101 | 101001111 | 1001100 | 1010001 |
Color Harmonies of #F3A9C8
Complementary color
Monochromatic Colors of #F3A9C8
Black with #F3A9C8
Text Example
Text Example
White with #F3A9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9C8; }
p { color: rgb(243,169,200); }
H1.HeaderClassName
{
color: #F3A9C8;
}
.AnyTagClassName
{
color: #F3A9C8;
}
</style>
background-color css
<style>
a { background-color: #F3A9C8; }
a { background-color: rgb(243,169,200); }
div.DivClassName
{
background-color: #F3A9C8;
}
.BgClassName
{
background-color: #F3A9C8;
}
</style>
border-color css
<style>
span { border-color: #F3A9C8; }
span { border-color: rgb(243,169,200); }
td.TdClassName
{
border-color: #F3A9C8;
}
.TagClassName
{
border-color: #F3A9C8;
}
</style>