Shades of Pink #F9C0CD
Tints of Pink #F9C0CD
RGB
CMYK
RGB Variations
Color information
#F9C0CD (or 0xF9C0CD) is known color: Pink. HEX triplet: F9, C0 and CD. RGB value is (249,192,205). Sum of RGB (Red+Green+Blue) = 249+192+205=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0CD is #063F32. Grayscale: #D2D2D2. Windows color (decimal): -409395 or 13484281. OLE color: 13484281.
HSL color Cylindrical-coordinate representation of color #F9C0CD: hue angle of 346.32º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0CD is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 205 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 346.32º | 0.83% | 0.86% | - |
| HSV(B) | 346.32º | 0.23% | 0.98% | - |
| XYZ | 68.94 | 62.25 | 66.14 | - |
| YUV | 210.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 205 | 0 | 0.23 | 0.18 | 0.02 | 346.32 | 0.83 | 0.86 |
| Hex | F9 | C0 | CD | 0 | 17 | 12 | 2 | 15A | 53 | 56 |
| Octal | 371 | 300 | 315 | 0 | 27 | 22 | 2 | 532 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11001101 | 0 | 10111 | 10010 | 10 | 101011010 | 1010011 | 1010110 |
Color Harmonies of #F9C0CD
Complementary color
Monochromatic Colors of #F9C0CD
Black with #F9C0CD
Text Example
Text Example
White with #F9C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0CD; }
p { color: rgb(249,192,205); }
H1.HeaderClassName
{
color: #F9C0CD;
}
.AnyTagClassName
{
color: #F9C0CD;
}
</style>
background-color css
<style>
a { background-color: #F9C0CD; }
a { background-color: rgb(249,192,205); }
div.DivClassName
{
background-color: #F9C0CD;
}
.BgClassName
{
background-color: #F9C0CD;
}
</style>
border-color css
<style>
span { border-color: #F9C0CD; }
span { border-color: rgb(249,192,205); }
td.TdClassName
{
border-color: #F9C0CD;
}
.TagClassName
{
border-color: #F9C0CD;
}
</style>