Shades of Carnation Pink #FDA2C6
Tints of Carnation Pink #FDA2C6
RGB
CMYK
RGB Variations
Color information
#FDA2C6 (or 0xFDA2C6) is known color: Carnation Pink. HEX triplet: FD, A2 and C6. RGB value is (253,162,198). Sum of RGB (Red+Green+Blue) = 253+162+198=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2C6 is #025D39. Grayscale: #C1C1C1. Windows color (decimal): -154938 or 13017853. OLE color: 13017853.
HSL color Cylindrical-coordinate representation of color #FDA2C6: hue angle of 336.26º 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 #FDA2C6 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 198 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.01 |
| HSL | 336.26º | 0.96% | 0.81% | - |
| HSV(B) | 336.26º | 0.36% | 0.99% | - |
| XYZ | 63.62 | 50.8 | 59.88 | - |
| YUV | 193.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 198 | 0 | 0.36 | 0.22 | 0.01 | 336.26 | 0.96 | 0.81 |
| Hex | FD | A2 | C6 | 0 | 24 | 16 | 1 | 150 | 60 | 51 |
| Octal | 375 | 242 | 306 | 0 | 44 | 26 | 1 | 520 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11000110 | 0 | 100100 | 10110 | 1 | 101010000 | 1100000 | 1010001 |
Color Harmonies of #FDA2C6
Complementary color
Monochromatic Colors of #FDA2C6
Black with #FDA2C6
Text Example
Text Example
White with #FDA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2C6; }
p { color: rgb(253,162,198); }
H1.HeaderClassName
{
color: #FDA2C6;
}
.AnyTagClassName
{
color: #FDA2C6;
}
</style>
background-color css
<style>
a { background-color: #FDA2C6; }
a { background-color: rgb(253,162,198); }
div.DivClassName
{
background-color: #FDA2C6;
}
.BgClassName
{
background-color: #FDA2C6;
}
</style>
border-color css
<style>
span { border-color: #FDA2C6; }
span { border-color: rgb(253,162,198); }
td.TdClassName
{
border-color: #FDA2C6;
}
.TagClassName
{
border-color: #FDA2C6;
}
</style>