Shades of Carnation Pink #FDACC9
Tints of Carnation Pink #FDACC9
RGB
CMYK
RGB Variations
Color information
#FDACC9 (or 0xFDACC9) is known color: Carnation Pink. HEX triplet: FD, AC and C9. RGB value is (253,172,201). Sum of RGB (Red+Green+Blue) = 253+172+201=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC9 is #025336. Grayscale: #C7C7C7. Windows color (decimal): -152375 or 13217021. OLE color: 13217021.
HSL color Cylindrical-coordinate representation of color #FDACC9: hue angle of 338.52º 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 #FDACC9 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 201 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.01 |
| HSL | 338.52º | 0.95% | 0.83% | - |
| HSV(B) | 338.52º | 0.32% | 0.99% | - |
| XYZ | 65.8 | 54.6 | 62.33 | - |
| YUV | 199.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 201 | 0 | 0.32 | 0.21 | 0.01 | 338.52 | 0.95 | 0.83 |
| Hex | FD | AC | C9 | 0 | 20 | 15 | 1 | 153 | 5F | 53 |
| Octal | 375 | 254 | 311 | 0 | 40 | 25 | 1 | 523 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11001001 | 0 | 100000 | 10101 | 1 | 101010011 | 1011111 | 1010011 |
Color Harmonies of #FDACC9
Complementary color
Monochromatic Colors of #FDACC9
Black with #FDACC9
Text Example
Text Example
White with #FDACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACC9; }
p { color: rgb(253,172,201); }
H1.HeaderClassName
{
color: #FDACC9;
}
.AnyTagClassName
{
color: #FDACC9;
}
</style>
background-color css
<style>
a { background-color: #FDACC9; }
a { background-color: rgb(253,172,201); }
div.DivClassName
{
background-color: #FDACC9;
}
.BgClassName
{
background-color: #FDACC9;
}
</style>
border-color css
<style>
span { border-color: #FDACC9; }
span { border-color: rgb(253,172,201); }
td.TdClassName
{
border-color: #FDACC9;
}
.TagClassName
{
border-color: #FDACC9;
}
</style>