Shades of Carnation Pink #FDA2C5
Tints of Carnation Pink #FDA2C5
RGB
CMYK
RGB Variations
Color information
#FDA2C5 (or 0xFDA2C5) is known color: Carnation Pink. HEX triplet: FD, A2 and C5. RGB value is (253,162,197). Sum of RGB (Red+Green+Blue) = 253+162+197=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2C5 is #025D3A. Grayscale: #C1C1C1. Windows color (decimal): -154939 or 12952317. OLE color: 12952317.
HSL color Cylindrical-coordinate representation of color #FDA2C5: hue angle of 336.92º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2C5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 197 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.01 |
| HSL | 336.92º | 0.96% | 0.81% | - |
| HSV(B) | 336.92º | 0.36% | 0.99% | - |
| XYZ | 63.51 | 50.75 | 59.27 | - |
| YUV | 193.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 197 | 0 | 0.36 | 0.22 | 0.01 | 336.92 | 0.96 | 0.81 |
| Hex | FD | A2 | C5 | 0 | 24 | 16 | 1 | 151 | 60 | 51 |
| Octal | 375 | 242 | 305 | 0 | 44 | 26 | 1 | 521 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11000101 | 0 | 100100 | 10110 | 1 | 101010001 | 1100000 | 1010001 |
Color Harmonies of #FDA2C5
Complementary color
Monochromatic Colors of #FDA2C5
Black with #FDA2C5
Text Example
Text Example
White with #FDA2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2C5; }
p { color: rgb(253,162,197); }
H1.HeaderClassName
{
color: #FDA2C5;
}
.AnyTagClassName
{
color: #FDA2C5;
}
</style>
background-color css
<style>
a { background-color: #FDA2C5; }
a { background-color: rgb(253,162,197); }
div.DivClassName
{
background-color: #FDA2C5;
}
.BgClassName
{
background-color: #FDA2C5;
}
</style>
border-color css
<style>
span { border-color: #FDA2C5; }
span { border-color: rgb(253,162,197); }
td.TdClassName
{
border-color: #FDA2C5;
}
.TagClassName
{
border-color: #FDA2C5;
}
</style>