Shades of Carnation Pink #FDA7C6
Tints of Carnation Pink #FDA7C6
RGB
CMYK
RGB Variations
Color information
#FDA7C6 (or 0xFDA7C6) is known color: Carnation Pink. HEX triplet: FD, A7 and C6. RGB value is (253,167,198). Sum of RGB (Red+Green+Blue) = 253+167+198=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7C6 is #025839. Grayscale: #C4C4C4. Windows color (decimal): -153658 or 13019133. OLE color: 13019133.
HSL color Cylindrical-coordinate representation of color #FDA7C6: hue angle of 338.37º 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 #FDA7C6 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 198 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.01 |
| HSL | 338.37º | 0.96% | 0.82% | - |
| HSV(B) | 338.37º | 0.34% | 0.99% | - |
| XYZ | 64.52 | 52.6 | 60.18 | - |
| YUV | 196.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 198 | 0 | 0.34 | 0.22 | 0.01 | 338.37 | 0.96 | 0.82 |
| Hex | FD | A7 | C6 | 0 | 22 | 16 | 1 | 152 | 60 | 52 |
| Octal | 375 | 247 | 306 | 0 | 42 | 26 | 1 | 522 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11000110 | 0 | 100010 | 10110 | 1 | 101010010 | 1100000 | 1010010 |
Color Harmonies of #FDA7C6
Complementary color
Monochromatic Colors of #FDA7C6
Black with #FDA7C6
Text Example
Text Example
White with #FDA7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7C6; }
p { color: rgb(253,167,198); }
H1.HeaderClassName
{
color: #FDA7C6;
}
.AnyTagClassName
{
color: #FDA7C6;
}
</style>
background-color css
<style>
a { background-color: #FDA7C6; }
a { background-color: rgb(253,167,198); }
div.DivClassName
{
background-color: #FDA7C6;
}
.BgClassName
{
background-color: #FDA7C6;
}
</style>
border-color css
<style>
span { border-color: #FDA7C6; }
span { border-color: rgb(253,167,198); }
td.TdClassName
{
border-color: #FDA7C6;
}
.TagClassName
{
border-color: #FDA7C6;
}
</style>