Shades of Carnation Pink #FDA6C2
Tints of Carnation Pink #FDA6C2
RGB
CMYK
RGB Variations
Color information
#FDA6C2 (or 0xFDA6C2) is known color: Carnation Pink. HEX triplet: FD, A6 and C2. RGB value is (253,166,194). Sum of RGB (Red+Green+Blue) = 253+166+194=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6C2 is #02593D. Grayscale: #C3C3C3. Windows color (decimal): -153918 or 12756733. OLE color: 12756733.
HSL color Cylindrical-coordinate representation of color #FDA6C2: hue angle of 340.69º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6C2 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 194 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.01 |
| HSL | 340.69º | 0.96% | 0.82% | - |
| HSV(B) | 340.69º | 0.34% | 0.99% | - |
| XYZ | 63.88 | 52.05 | 57.72 | - |
| YUV | 195.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 194 | 0 | 0.34 | 0.23 | 0.01 | 340.69 | 0.96 | 0.82 |
| Hex | FD | A6 | C2 | 0 | 22 | 17 | 1 | 155 | 60 | 52 |
| Octal | 375 | 246 | 302 | 0 | 42 | 27 | 1 | 525 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11000010 | 0 | 100010 | 10111 | 1 | 101010101 | 1100000 | 1010010 |
Color Harmonies of #FDA6C2
Complementary color
Monochromatic Colors of #FDA6C2
Black with #FDA6C2
Text Example
Text Example
White with #FDA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6C2; }
p { color: rgb(253,166,194); }
H1.HeaderClassName
{
color: #FDA6C2;
}
.AnyTagClassName
{
color: #FDA6C2;
}
</style>
background-color css
<style>
a { background-color: #FDA6C2; }
a { background-color: rgb(253,166,194); }
div.DivClassName
{
background-color: #FDA6C2;
}
.BgClassName
{
background-color: #FDA6C2;
}
</style>
border-color css
<style>
span { border-color: #FDA6C2; }
span { border-color: rgb(253,166,194); }
td.TdClassName
{
border-color: #FDA6C2;
}
.TagClassName
{
border-color: #FDA6C2;
}
</style>