Shades of Carnation Pink #F9ADC9
Tints of Carnation Pink #F9ADC9
RGB
CMYK
RGB Variations
Color information
#F9ADC9 (or 0xF9ADC9) is known color: Carnation Pink. HEX triplet: F9, AD and C9. RGB value is (249,173,201). Sum of RGB (Red+Green+Blue) = 249+173+201=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADC9 is #065236. Grayscale: #C6C6C6. Windows color (decimal): -414263 or 13217273. OLE color: 13217273.
HSL color Cylindrical-coordinate representation of color #F9ADC9: hue angle of 337.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADC9 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 201 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.02 |
| HSL | 337.89º | 0.86% | 0.83% | - |
| HSV(B) | 337.89º | 0.31% | 0.98% | - |
| XYZ | 64.55 | 54.24 | 62.33 | - |
| YUV | 198.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 201 | 0 | 0.31 | 0.19 | 0.02 | 337.89 | 0.86 | 0.83 |
| Hex | F9 | AD | C9 | 0 | 1F | 13 | 2 | 152 | 56 | 53 |
| Octal | 371 | 255 | 311 | 0 | 37 | 23 | 2 | 522 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11001001 | 0 | 11111 | 10011 | 10 | 101010010 | 1010110 | 1010011 |
Color Harmonies of #F9ADC9
Complementary color
Monochromatic Colors of #F9ADC9
Black with #F9ADC9
Text Example
Text Example
White with #F9ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADC9; }
p { color: rgb(249,173,201); }
H1.HeaderClassName
{
color: #F9ADC9;
}
.AnyTagClassName
{
color: #F9ADC9;
}
</style>
background-color css
<style>
a { background-color: #F9ADC9; }
a { background-color: rgb(249,173,201); }
div.DivClassName
{
background-color: #F9ADC9;
}
.BgClassName
{
background-color: #F9ADC9;
}
</style>
border-color css
<style>
span { border-color: #F9ADC9; }
span { border-color: rgb(249,173,201); }
td.TdClassName
{
border-color: #F9ADC9;
}
.TagClassName
{
border-color: #F9ADC9;
}
</style>