Shades of Carnation Pink #F8ADC9
Tints of Carnation Pink #F8ADC9
RGB
CMYK
RGB Variations
Color information
#F8ADC9 (or 0xF8ADC9) is known color: Carnation Pink. HEX triplet: F8, AD and C9. RGB value is (248,173,201). Sum of RGB (Red+Green+Blue) = 248+173+201=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADC9 is #075236. Grayscale: #C6C6C6. Windows color (decimal): -479799 or 13217272. OLE color: 13217272.
HSL color Cylindrical-coordinate representation of color #F8ADC9: hue angle of 337.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADC9 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 201 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.03 |
| HSL | 337.6º | 0.84% | 0.83% | - |
| HSV(B) | 337.6º | 0.3% | 0.97% | - |
| XYZ | 64.2 | 54.06 | 62.31 | - |
| YUV | 198.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 201 | 0 | 0.30 | 0.19 | 0.03 | 337.6 | 0.84 | 0.83 |
| Hex | F8 | AD | C9 | 0 | 1E | 13 | 3 | 152 | 54 | 53 |
| Octal | 370 | 255 | 311 | 0 | 36 | 23 | 3 | 522 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11001001 | 0 | 11110 | 10011 | 11 | 101010010 | 1010100 | 1010011 |
Color Harmonies of #F8ADC9
Complementary color
Monochromatic Colors of #F8ADC9
Black with #F8ADC9
Text Example
Text Example
White with #F8ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADC9; }
p { color: rgb(248,173,201); }
H1.HeaderClassName
{
color: #F8ADC9;
}
.AnyTagClassName
{
color: #F8ADC9;
}
</style>
background-color css
<style>
a { background-color: #F8ADC9; }
a { background-color: rgb(248,173,201); }
div.DivClassName
{
background-color: #F8ADC9;
}
.BgClassName
{
background-color: #F8ADC9;
}
</style>
border-color css
<style>
span { border-color: #F8ADC9; }
span { border-color: rgb(248,173,201); }
td.TdClassName
{
border-color: #F8ADC9;
}
.TagClassName
{
border-color: #F8ADC9;
}
</style>