Shades of Carnation Pink #FDA0C1
Tints of Carnation Pink #FDA0C1
RGB
CMYK
RGB Variations
Color information
#FDA0C1 (or 0xFDA0C1) is known color: Carnation Pink. HEX triplet: FD, A0 and C1. RGB value is (253,160,193). Sum of RGB (Red+Green+Blue) = 253+160+193=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0C1 is #025F3E. Grayscale: #BFBFBF. Windows color (decimal): -155455 or 12689661. OLE color: 12689661.
HSL color Cylindrical-coordinate representation of color #FDA0C1: hue angle of 338.71º 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 #FDA0C1 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 193 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.01 |
| HSL | 338.71º | 0.96% | 0.81% | - |
| HSV(B) | 338.71º | 0.37% | 0.99% | - |
| XYZ | 62.7 | 49.87 | 56.77 | - |
| YUV | 191.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 193 | 0 | 0.37 | 0.24 | 0.01 | 338.71 | 0.96 | 0.81 |
| Hex | FD | A0 | C1 | 0 | 25 | 18 | 1 | 153 | 60 | 51 |
| Octal | 375 | 240 | 301 | 0 | 45 | 30 | 1 | 523 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11000001 | 0 | 100101 | 11000 | 1 | 101010011 | 1100000 | 1010001 |
Color Harmonies of #FDA0C1
Complementary color
Monochromatic Colors of #FDA0C1
Black with #FDA0C1
Text Example
Text Example
White with #FDA0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0C1; }
p { color: rgb(253,160,193); }
H1.HeaderClassName
{
color: #FDA0C1;
}
.AnyTagClassName
{
color: #FDA0C1;
}
</style>
background-color css
<style>
a { background-color: #FDA0C1; }
a { background-color: rgb(253,160,193); }
div.DivClassName
{
background-color: #FDA0C1;
}
.BgClassName
{
background-color: #FDA0C1;
}
</style>
border-color css
<style>
span { border-color: #FDA0C1; }
span { border-color: rgb(253,160,193); }
td.TdClassName
{
border-color: #FDA0C1;
}
.TagClassName
{
border-color: #FDA0C1;
}
</style>