Shades of Carnation Pink #FDA8CE
Tints of Carnation Pink #FDA8CE
RGB
CMYK
RGB Variations
Color information
#FDA8CE (or 0xFDA8CE) is known color: Carnation Pink. HEX triplet: FD, A8 and CE. RGB value is (253,168,206). Sum of RGB (Red+Green+Blue) = 253+168+206=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8CE is #025731. Grayscale: #C5C5C5. Windows color (decimal): -153394 or 13543677. OLE color: 13543677.
HSL color Cylindrical-coordinate representation of color #FDA8CE: hue angle of 333.18º 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 #FDA8CE is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 206 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.01 |
| HSL | 333.18º | 0.96% | 0.83% | - |
| HSV(B) | 333.18º | 0.34% | 0.99% | - |
| XYZ | 65.65 | 53.34 | 65.23 | - |
| YUV | 197.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 206 | 0 | 0.34 | 0.19 | 0.01 | 333.18 | 0.96 | 0.83 |
| Hex | FD | A8 | CE | 0 | 22 | 13 | 1 | 14D | 60 | 53 |
| Octal | 375 | 250 | 316 | 0 | 42 | 23 | 1 | 515 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11001110 | 0 | 100010 | 10011 | 1 | 101001101 | 1100000 | 1010011 |
Color Harmonies of #FDA8CE
Complementary color
Monochromatic Colors of #FDA8CE
Black with #FDA8CE
Text Example
Text Example
White with #FDA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8CE; }
p { color: rgb(253,168,206); }
H1.HeaderClassName
{
color: #FDA8CE;
}
.AnyTagClassName
{
color: #FDA8CE;
}
</style>
background-color css
<style>
a { background-color: #FDA8CE; }
a { background-color: rgb(253,168,206); }
div.DivClassName
{
background-color: #FDA8CE;
}
.BgClassName
{
background-color: #FDA8CE;
}
</style>
border-color css
<style>
span { border-color: #FDA8CE; }
span { border-color: rgb(253,168,206); }
td.TdClassName
{
border-color: #FDA8CE;
}
.TagClassName
{
border-color: #FDA8CE;
}
</style>