Shades of Carnation Pink #FDA8C6
Tints of Carnation Pink #FDA8C6
RGB
CMYK
RGB Variations
Color information
#FDA8C6 (or 0xFDA8C6) is known color: Carnation Pink. HEX triplet: FD, A8 and C6. RGB value is (253,168,198). Sum of RGB (Red+Green+Blue) = 253+168+198=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8C6 is #025739. Grayscale: #C4C4C4. Windows color (decimal): -153402 or 13019389. OLE color: 13019389.
HSL color Cylindrical-coordinate representation of color #FDA8C6: hue angle of 338.82º 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 #FDA8C6 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 198 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.01 |
| HSL | 338.82º | 0.96% | 0.83% | - |
| HSV(B) | 338.82º | 0.34% | 0.99% | - |
| XYZ | 64.7 | 52.97 | 60.24 | - |
| YUV | 196.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 198 | 0 | 0.34 | 0.22 | 0.01 | 338.82 | 0.96 | 0.83 |
| Hex | FD | A8 | C6 | 0 | 22 | 16 | 1 | 153 | 60 | 53 |
| Octal | 375 | 250 | 306 | 0 | 42 | 26 | 1 | 523 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11000110 | 0 | 100010 | 10110 | 1 | 101010011 | 1100000 | 1010011 |
Color Harmonies of #FDA8C6
Complementary color
Monochromatic Colors of #FDA8C6
Black with #FDA8C6
Text Example
Text Example
White with #FDA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8C6; }
p { color: rgb(253,168,198); }
H1.HeaderClassName
{
color: #FDA8C6;
}
.AnyTagClassName
{
color: #FDA8C6;
}
</style>
background-color css
<style>
a { background-color: #FDA8C6; }
a { background-color: rgb(253,168,198); }
div.DivClassName
{
background-color: #FDA8C6;
}
.BgClassName
{
background-color: #FDA8C6;
}
</style>
border-color css
<style>
span { border-color: #FDA8C6; }
span { border-color: rgb(253,168,198); }
td.TdClassName
{
border-color: #FDA8C6;
}
.TagClassName
{
border-color: #FDA8C6;
}
</style>