Shades of Carnation Pink #FDAACD
Tints of Carnation Pink #FDAACD
RGB
CMYK
RGB Variations
Color information
#FDAACD (or 0xFDAACD) is known color: Carnation Pink. HEX triplet: FD, AA and CD. RGB value is (253,170,205). Sum of RGB (Red+Green+Blue) = 253+170+205=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAACD is #025532. Grayscale: #C6C6C6. Windows color (decimal): -152883 or 13478653. OLE color: 13478653.
HSL color Cylindrical-coordinate representation of color #FDAACD: hue angle of 334.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAACD is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 205 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.01 |
| HSL | 334.7º | 0.95% | 0.83% | - |
| HSV(B) | 334.7º | 0.33% | 0.99% | - |
| XYZ | 65.9 | 54.04 | 64.71 | - |
| YUV | 198.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 205 | 0 | 0.33 | 0.19 | 0.01 | 334.7 | 0.95 | 0.83 |
| Hex | FD | AA | CD | 0 | 21 | 13 | 1 | 14F | 5F | 53 |
| Octal | 375 | 252 | 315 | 0 | 41 | 23 | 1 | 517 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11001101 | 0 | 100001 | 10011 | 1 | 101001111 | 1011111 | 1010011 |
Color Harmonies of #FDAACD
Complementary color
Monochromatic Colors of #FDAACD
Black with #FDAACD
Text Example
Text Example
White with #FDAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAACD; }
p { color: rgb(253,170,205); }
H1.HeaderClassName
{
color: #FDAACD;
}
.AnyTagClassName
{
color: #FDAACD;
}
</style>
background-color css
<style>
a { background-color: #FDAACD; }
a { background-color: rgb(253,170,205); }
div.DivClassName
{
background-color: #FDAACD;
}
.BgClassName
{
background-color: #FDAACD;
}
</style>
border-color css
<style>
span { border-color: #FDAACD; }
span { border-color: rgb(253,170,205); }
td.TdClassName
{
border-color: #FDAACD;
}
.TagClassName
{
border-color: #FDAACD;
}
</style>