Shades of Carnation Pink #FFADC9
Tints of Carnation Pink #FFADC9
RGB
CMYK
RGB Variations
Color information
#FFADC9 (or 0xFFADC9) is known color: Carnation Pink. HEX triplet: FF, AD and C9. RGB value is (255,173,201). Sum of RGB (Red+Green+Blue) = 255+173+201=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC9 is #005236. Grayscale: #C8C8C8. Windows color (decimal): -21047 or 13217279. OLE color: 13217279.
HSL color Cylindrical-coordinate representation of color #FFADC9: hue angle of 339.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADC9 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 201 | - |
| CMYK | 0 | 0.32 | 0.21 | 0 |
| HSL | 339.51º | 1% | 0.84% | - |
| HSV(B) | 339.51º | 0.32% | 1% | - |
| XYZ | 66.73 | 55.36 | 62.43 | - |
| YUV | 200.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 201 | 0 | 0.32 | 0.21 | 0 | 339.51 | 1 | 0.84 |
| Hex | FF | AD | C9 | 0 | 20 | 15 | 0 | 154 | 64 | 54 |
| Octal | 377 | 255 | 311 | 0 | 40 | 25 | 0 | 524 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11001001 | 0 | 100000 | 10101 | 0 | 101010100 | 1100100 | 1010100 |
Color Harmonies of #FFADC9
Complementary color
Monochromatic Colors of #FFADC9
Black with #FFADC9
Text Example
Text Example
White with #FFADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADC9; }
p { color: rgb(255,173,201); }
H1.HeaderClassName
{
color: #FFADC9;
}
.AnyTagClassName
{
color: #FFADC9;
}
</style>
background-color css
<style>
a { background-color: #FFADC9; }
a { background-color: rgb(255,173,201); }
div.DivClassName
{
background-color: #FFADC9;
}
.BgClassName
{
background-color: #FFADC9;
}
</style>
border-color css
<style>
span { border-color: #FFADC9; }
span { border-color: rgb(255,173,201); }
td.TdClassName
{
border-color: #FFADC9;
}
.TagClassName
{
border-color: #FFADC9;
}
</style>