Shades of Carnation Pink #FDA0C8
Tints of Carnation Pink #FDA0C8
RGB
CMYK
RGB Variations
Color information
#FDA0C8 (or 0xFDA0C8) is known color: Carnation Pink. HEX triplet: FD, A0 and C8. RGB value is (253,160,200). Sum of RGB (Red+Green+Blue) = 253+160+200=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0C8 is #025F37. Grayscale: #C0C0C0. Windows color (decimal): -155448 or 13148413. OLE color: 13148413.
HSL color Cylindrical-coordinate representation of color #FDA0C8: hue angle of 334.19º 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 #FDA0C8 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 200 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.01 |
| HSL | 334.19º | 0.96% | 0.81% | - |
| HSV(B) | 334.19º | 0.37% | 0.99% | - |
| XYZ | 63.5 | 50.19 | 60.99 | - |
| YUV | 192.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 200 | 0 | 0.37 | 0.21 | 0.01 | 334.19 | 0.96 | 0.81 |
| Hex | FD | A0 | C8 | 0 | 25 | 15 | 1 | 14E | 60 | 51 |
| Octal | 375 | 240 | 310 | 0 | 45 | 25 | 1 | 516 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11001000 | 0 | 100101 | 10101 | 1 | 101001110 | 1100000 | 1010001 |
Color Harmonies of #FDA0C8
Complementary color
Monochromatic Colors of #FDA0C8
Black with #FDA0C8
Text Example
Text Example
White with #FDA0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0C8; }
p { color: rgb(253,160,200); }
H1.HeaderClassName
{
color: #FDA0C8;
}
.AnyTagClassName
{
color: #FDA0C8;
}
</style>
background-color css
<style>
a { background-color: #FDA0C8; }
a { background-color: rgb(253,160,200); }
div.DivClassName
{
background-color: #FDA0C8;
}
.BgClassName
{
background-color: #FDA0C8;
}
</style>
border-color css
<style>
span { border-color: #FDA0C8; }
span { border-color: rgb(253,160,200); }
td.TdClassName
{
border-color: #FDA0C8;
}
.TagClassName
{
border-color: #FDA0C8;
}
</style>