Shades of Carnation Pink #FDA7CA
Tints of Carnation Pink #FDA7CA
RGB
CMYK
RGB Variations
Color information
#FDA7CA (or 0xFDA7CA) is known color: Carnation Pink. HEX triplet: FD, A7 and CA. RGB value is (253,167,202). Sum of RGB (Red+Green+Blue) = 253+167+202=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7CA is #025835. Grayscale: #C4C4C4. Windows color (decimal): -153654 or 13281277. OLE color: 13281277.
HSL color Cylindrical-coordinate representation of color #FDA7CA: hue angle of 335.58º 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 #FDA7CA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 202 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.01 |
| HSL | 335.58º | 0.96% | 0.82% | - |
| HSV(B) | 335.58º | 0.34% | 0.99% | - |
| XYZ | 64.99 | 52.78 | 62.64 | - |
| YUV | 196.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 202 | 0 | 0.34 | 0.20 | 0.01 | 335.58 | 0.96 | 0.82 |
| Hex | FD | A7 | CA | 0 | 22 | 14 | 1 | 150 | 60 | 52 |
| Octal | 375 | 247 | 312 | 0 | 42 | 24 | 1 | 520 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11001010 | 0 | 100010 | 10100 | 1 | 101010000 | 1100000 | 1010010 |
Color Harmonies of #FDA7CA
Complementary color
Monochromatic Colors of #FDA7CA
Black with #FDA7CA
Text Example
Text Example
White with #FDA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7CA; }
p { color: rgb(253,167,202); }
H1.HeaderClassName
{
color: #FDA7CA;
}
.AnyTagClassName
{
color: #FDA7CA;
}
</style>
background-color css
<style>
a { background-color: #FDA7CA; }
a { background-color: rgb(253,167,202); }
div.DivClassName
{
background-color: #FDA7CA;
}
.BgClassName
{
background-color: #FDA7CA;
}
</style>
border-color css
<style>
span { border-color: #FDA7CA; }
span { border-color: rgb(253,167,202); }
td.TdClassName
{
border-color: #FDA7CA;
}
.TagClassName
{
border-color: #FDA7CA;
}
</style>