Shades of Carnation Pink #FDA0C6
Tints of Carnation Pink #FDA0C6
RGB
CMYK
RGB Variations
Color information
#FDA0C6 (or 0xFDA0C6) is known color: Carnation Pink. HEX triplet: FD, A0 and C6. RGB value is (253,160,198). Sum of RGB (Red+Green+Blue) = 253+160+198=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0C6 is #025F39. Grayscale: #C0C0C0. Windows color (decimal): -155450 or 13017341. OLE color: 13017341.
HSL color Cylindrical-coordinate representation of color #FDA0C6: hue angle of 335.48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0C6 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 198 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.01 |
| HSL | 335.48º | 0.96% | 0.81% | - |
| HSV(B) | 335.48º | 0.37% | 0.99% | - |
| XYZ | 63.27 | 50.1 | 59.76 | - |
| YUV | 192.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 198 | 0 | 0.37 | 0.22 | 0.01 | 335.48 | 0.96 | 0.81 |
| Hex | FD | A0 | C6 | 0 | 25 | 16 | 1 | 14F | 60 | 51 |
| Octal | 375 | 240 | 306 | 0 | 45 | 26 | 1 | 517 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11000110 | 0 | 100101 | 10110 | 1 | 101001111 | 1100000 | 1010001 |
Color Harmonies of #FDA0C6
Complementary color
Monochromatic Colors of #FDA0C6
Black with #FDA0C6
Text Example
Text Example
White with #FDA0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0C6; }
p { color: rgb(253,160,198); }
H1.HeaderClassName
{
color: #FDA0C6;
}
.AnyTagClassName
{
color: #FDA0C6;
}
</style>
background-color css
<style>
a { background-color: #FDA0C6; }
a { background-color: rgb(253,160,198); }
div.DivClassName
{
background-color: #FDA0C6;
}
.BgClassName
{
background-color: #FDA0C6;
}
</style>
border-color css
<style>
span { border-color: #FDA0C6; }
span { border-color: rgb(253,160,198); }
td.TdClassName
{
border-color: #FDA0C6;
}
.TagClassName
{
border-color: #FDA0C6;
}
</style>