Shades of Carnation Pink #FDA0C7
Tints of Carnation Pink #FDA0C7
RGB
CMYK
RGB Variations
Color information
#FDA0C7 (or 0xFDA0C7) is known color: Carnation Pink. HEX triplet: FD, A0 and C7. RGB value is (253,160,199). Sum of RGB (Red+Green+Blue) = 253+160+199=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0C7 is #025F38. Grayscale: #C0C0C0. Windows color (decimal): -155449 or 13082877. OLE color: 13082877.
HSL color Cylindrical-coordinate representation of color #FDA0C7: hue angle of 334.84º 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 #FDA0C7 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 199 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.01 |
| HSL | 334.84º | 0.96% | 0.81% | - |
| HSV(B) | 334.84º | 0.37% | 0.99% | - |
| XYZ | 63.39 | 50.15 | 60.37 | - |
| YUV | 192.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 199 | 0 | 0.37 | 0.21 | 0.01 | 334.84 | 0.96 | 0.81 |
| Hex | FD | A0 | C7 | 0 | 25 | 15 | 1 | 14F | 60 | 51 |
| Octal | 375 | 240 | 307 | 0 | 45 | 25 | 1 | 517 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11000111 | 0 | 100101 | 10101 | 1 | 101001111 | 1100000 | 1010001 |
Color Harmonies of #FDA0C7
Complementary color
Monochromatic Colors of #FDA0C7
Black with #FDA0C7
Text Example
Text Example
White with #FDA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0C7; }
p { color: rgb(253,160,199); }
H1.HeaderClassName
{
color: #FDA0C7;
}
.AnyTagClassName
{
color: #FDA0C7;
}
</style>
background-color css
<style>
a { background-color: #FDA0C7; }
a { background-color: rgb(253,160,199); }
div.DivClassName
{
background-color: #FDA0C7;
}
.BgClassName
{
background-color: #FDA0C7;
}
</style>
border-color css
<style>
span { border-color: #FDA0C7; }
span { border-color: rgb(253,160,199); }
td.TdClassName
{
border-color: #FDA0C7;
}
.TagClassName
{
border-color: #FDA0C7;
}
</style>