Shades of Carnation Pink #FDA0BD
Tints of Carnation Pink #FDA0BD
RGB
CMYK
RGB Variations
Color information
#FDA0BD (or 0xFDA0BD) is known color: Carnation Pink. HEX triplet: FD, A0 and BD. RGB value is (253,160,189). Sum of RGB (Red+Green+Blue) = 253+160+189=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0BD is #025F42. Grayscale: #BFBFBF. Windows color (decimal): -155459 or 12427517. OLE color: 12427517.
HSL color Cylindrical-coordinate representation of color #FDA0BD: hue angle of 341.29º 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 #FDA0BD is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 189 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.01 |
| HSL | 341.29º | 0.96% | 0.81% | - |
| HSV(B) | 341.29º | 0.37% | 0.99% | - |
| XYZ | 62.26 | 49.7 | 54.46 | - |
| YUV | 191.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 189 | 0 | 0.37 | 0.25 | 0.01 | 341.29 | 0.96 | 0.81 |
| Hex | FD | A0 | BD | 0 | 25 | 19 | 1 | 155 | 60 | 51 |
| Octal | 375 | 240 | 275 | 0 | 45 | 31 | 1 | 525 | 140 | 121 |
| Binary | 11111101 | 10100000 | 10111101 | 0 | 100101 | 11001 | 1 | 101010101 | 1100000 | 1010001 |
Color Harmonies of #FDA0BD
Complementary color
Monochromatic Colors of #FDA0BD
Black with #FDA0BD
Text Example
Text Example
White with #FDA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0BD; }
p { color: rgb(253,160,189); }
H1.HeaderClassName
{
color: #FDA0BD;
}
.AnyTagClassName
{
color: #FDA0BD;
}
</style>
background-color css
<style>
a { background-color: #FDA0BD; }
a { background-color: rgb(253,160,189); }
div.DivClassName
{
background-color: #FDA0BD;
}
.BgClassName
{
background-color: #FDA0BD;
}
</style>
border-color css
<style>
span { border-color: #FDA0BD; }
span { border-color: rgb(253,160,189); }
td.TdClassName
{
border-color: #FDA0BD;
}
.TagClassName
{
border-color: #FDA0BD;
}
</style>