Shades of Carnation Pink #FDA0CE
Tints of Carnation Pink #FDA0CE
RGB
CMYK
RGB Variations
Color information
#FDA0CE (or 0xFDA0CE) is known color: Carnation Pink. HEX triplet: FD, A0 and CE. RGB value is (253,160,206). Sum of RGB (Red+Green+Blue) = 253+160+206=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0CE is #025F31. Grayscale: #C0C0C0. Windows color (decimal): -155442 or 13541629. OLE color: 13541629.
HSL color Cylindrical-coordinate representation of color #FDA0CE: hue angle of 330.32º 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 #FDA0CE is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 206 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.01 |
| HSL | 330.32º | 0.96% | 0.81% | - |
| HSV(B) | 330.32º | 0.37% | 0.99% | - |
| XYZ | 64.22 | 50.48 | 64.75 | - |
| YUV | 193.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 206 | 0 | 0.37 | 0.19 | 0.01 | 330.32 | 0.96 | 0.81 |
| Hex | FD | A0 | CE | 0 | 25 | 13 | 1 | 14A | 60 | 51 |
| Octal | 375 | 240 | 316 | 0 | 45 | 23 | 1 | 512 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11001110 | 0 | 100101 | 10011 | 1 | 101001010 | 1100000 | 1010001 |
Color Harmonies of #FDA0CE
Complementary color
Monochromatic Colors of #FDA0CE
Black with #FDA0CE
Text Example
Text Example
White with #FDA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0CE; }
p { color: rgb(253,160,206); }
H1.HeaderClassName
{
color: #FDA0CE;
}
.AnyTagClassName
{
color: #FDA0CE;
}
</style>
background-color css
<style>
a { background-color: #FDA0CE; }
a { background-color: rgb(253,160,206); }
div.DivClassName
{
background-color: #FDA0CE;
}
.BgClassName
{
background-color: #FDA0CE;
}
</style>
border-color css
<style>
span { border-color: #FDA0CE; }
span { border-color: rgb(253,160,206); }
td.TdClassName
{
border-color: #FDA0CE;
}
.TagClassName
{
border-color: #FDA0CE;
}
</style>