Shades of Carnation Pink #FDA1C9
Tints of Carnation Pink #FDA1C9
RGB
CMYK
RGB Variations
Color information
#FDA1C9 (or 0xFDA1C9) is known color: Carnation Pink. HEX triplet: FD, A1 and C9. RGB value is (253,161,201). Sum of RGB (Red+Green+Blue) = 253+161+201=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1C9 is #025E36. Grayscale: #C1C1C1. Windows color (decimal): -155191 or 13214205. OLE color: 13214205.
HSL color Cylindrical-coordinate representation of color #FDA1C9: hue angle of 333.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1C9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 201 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.01 |
| HSL | 333.91º | 0.96% | 0.81% | - |
| HSV(B) | 333.91º | 0.36% | 0.99% | - |
| XYZ | 63.8 | 50.59 | 61.66 | - |
| YUV | 193.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 201 | 0 | 0.36 | 0.21 | 0.01 | 333.91 | 0.96 | 0.81 |
| Hex | FD | A1 | C9 | 0 | 24 | 15 | 1 | 14E | 60 | 51 |
| Octal | 375 | 241 | 311 | 0 | 44 | 25 | 1 | 516 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11001001 | 0 | 100100 | 10101 | 1 | 101001110 | 1100000 | 1010001 |
Color Harmonies of #FDA1C9
Complementary color
Monochromatic Colors of #FDA1C9
Black with #FDA1C9
Text Example
Text Example
White with #FDA1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1C9; }
p { color: rgb(253,161,201); }
H1.HeaderClassName
{
color: #FDA1C9;
}
.AnyTagClassName
{
color: #FDA1C9;
}
</style>
background-color css
<style>
a { background-color: #FDA1C9; }
a { background-color: rgb(253,161,201); }
div.DivClassName
{
background-color: #FDA1C9;
}
.BgClassName
{
background-color: #FDA1C9;
}
</style>
border-color css
<style>
span { border-color: #FDA1C9; }
span { border-color: rgb(253,161,201); }
td.TdClassName
{
border-color: #FDA1C9;
}
.TagClassName
{
border-color: #FDA1C9;
}
</style>