Shades of Carnation Pink #FDA3C9
Tints of Carnation Pink #FDA3C9
RGB
CMYK
RGB Variations
Color information
#FDA3C9 (or 0xFDA3C9) is known color: Carnation Pink. HEX triplet: FD, A3 and C9. RGB value is (253,163,201). Sum of RGB (Red+Green+Blue) = 253+163+201=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3C9 is #025C36. Grayscale: #C2C2C2. Windows color (decimal): -154679 or 13214717. OLE color: 13214717.
HSL color Cylindrical-coordinate representation of color #FDA3C9: hue angle of 334.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3C9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 201 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.01 |
| HSL | 334.67º | 0.96% | 0.82% | - |
| HSV(B) | 334.67º | 0.36% | 0.99% | - |
| XYZ | 64.15 | 51.29 | 61.78 | - |
| YUV | 194.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 201 | 0 | 0.36 | 0.21 | 0.01 | 334.67 | 0.96 | 0.82 |
| Hex | FD | A3 | C9 | 0 | 24 | 15 | 1 | 14F | 60 | 52 |
| Octal | 375 | 243 | 311 | 0 | 44 | 25 | 1 | 517 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11001001 | 0 | 100100 | 10101 | 1 | 101001111 | 1100000 | 1010010 |
Color Harmonies of #FDA3C9
Complementary color
Monochromatic Colors of #FDA3C9
Black with #FDA3C9
Text Example
Text Example
White with #FDA3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3C9; }
p { color: rgb(253,163,201); }
H1.HeaderClassName
{
color: #FDA3C9;
}
.AnyTagClassName
{
color: #FDA3C9;
}
</style>
background-color css
<style>
a { background-color: #FDA3C9; }
a { background-color: rgb(253,163,201); }
div.DivClassName
{
background-color: #FDA3C9;
}
.BgClassName
{
background-color: #FDA3C9;
}
</style>
border-color css
<style>
span { border-color: #FDA3C9; }
span { border-color: rgb(253,163,201); }
td.TdClassName
{
border-color: #FDA3C9;
}
.TagClassName
{
border-color: #FDA3C9;
}
</style>