Shades of Carnation Pink #FDA8CC
Tints of Carnation Pink #FDA8CC
RGB
CMYK
RGB Variations
Color information
#FDA8CC (or 0xFDA8CC) is known color: Carnation Pink. HEX triplet: FD, A8 and CC. RGB value is (253,168,204). Sum of RGB (Red+Green+Blue) = 253+168+204=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8CC is #025733. Grayscale: #C5C5C5. Windows color (decimal): -153396 or 13412605. OLE color: 13412605.
HSL color Cylindrical-coordinate representation of color #FDA8CC: hue angle of 334.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8CC is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 204 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.01 |
| HSL | 334.59º | 0.96% | 0.83% | - |
| HSV(B) | 334.59º | 0.34% | 0.99% | - |
| XYZ | 65.41 | 53.25 | 63.96 | - |
| YUV | 197.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 204 | 0 | 0.34 | 0.19 | 0.01 | 334.59 | 0.96 | 0.83 |
| Hex | FD | A8 | CC | 0 | 22 | 13 | 1 | 14F | 60 | 53 |
| Octal | 375 | 250 | 314 | 0 | 42 | 23 | 1 | 517 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11001100 | 0 | 100010 | 10011 | 1 | 101001111 | 1100000 | 1010011 |
Color Harmonies of #FDA8CC
Complementary color
Monochromatic Colors of #FDA8CC
Black with #FDA8CC
Text Example
Text Example
White with #FDA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8CC; }
p { color: rgb(253,168,204); }
H1.HeaderClassName
{
color: #FDA8CC;
}
.AnyTagClassName
{
color: #FDA8CC;
}
</style>
background-color css
<style>
a { background-color: #FDA8CC; }
a { background-color: rgb(253,168,204); }
div.DivClassName
{
background-color: #FDA8CC;
}
.BgClassName
{
background-color: #FDA8CC;
}
</style>
border-color css
<style>
span { border-color: #FDA8CC; }
span { border-color: rgb(253,168,204); }
td.TdClassName
{
border-color: #FDA8CC;
}
.TagClassName
{
border-color: #FDA8CC;
}
</style>