Shades of Carnation Pink #FDABCD
Tints of Carnation Pink #FDABCD
RGB
CMYK
RGB Variations
Color information
#FDABCD (or 0xFDABCD) is known color: Carnation Pink. HEX triplet: FD, AB and CD. RGB value is (253,171,205). Sum of RGB (Red+Green+Blue) = 253+171+205=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCD is #025432. Grayscale: #C7C7C7. Windows color (decimal): -152627 or 13478909. OLE color: 13478909.
HSL color Cylindrical-coordinate representation of color #FDABCD: hue angle of 335.12º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABCD is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 205 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 335.12º | 0.95% | 0.83% | - |
| HSV(B) | 335.12º | 0.32% | 0.99% | - |
| XYZ | 66.09 | 54.42 | 64.78 | - |
| YUV | 199.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 205 | 0 | 0.32 | 0.19 | 0.01 | 335.12 | 0.95 | 0.83 |
| Hex | FD | AB | CD | 0 | 20 | 13 | 1 | 14F | 5F | 53 |
| Octal | 375 | 253 | 315 | 0 | 40 | 23 | 1 | 517 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11001101 | 0 | 100000 | 10011 | 1 | 101001111 | 1011111 | 1010011 |
Color Harmonies of #FDABCD
Complementary color
Monochromatic Colors of #FDABCD
Black with #FDABCD
Text Example
Text Example
White with #FDABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABCD; }
p { color: rgb(253,171,205); }
H1.HeaderClassName
{
color: #FDABCD;
}
.AnyTagClassName
{
color: #FDABCD;
}
</style>
background-color css
<style>
a { background-color: #FDABCD; }
a { background-color: rgb(253,171,205); }
div.DivClassName
{
background-color: #FDABCD;
}
.BgClassName
{
background-color: #FDABCD;
}
</style>
border-color css
<style>
span { border-color: #FDABCD; }
span { border-color: rgb(253,171,205); }
td.TdClassName
{
border-color: #FDABCD;
}
.TagClassName
{
border-color: #FDABCD;
}
</style>