Shades of Carnation Pink #FDACC6
Tints of Carnation Pink #FDACC6
RGB
CMYK
RGB Variations
Color information
#FDACC6 (or 0xFDACC6) is known color: Carnation Pink. HEX triplet: FD, AC and C6. RGB value is (253,172,198). Sum of RGB (Red+Green+Blue) = 253+172+198=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC6 is #025339. Grayscale: #C7C7C7. Windows color (decimal): -152378 or 13020413. OLE color: 13020413.
HSL color Cylindrical-coordinate representation of color #FDACC6: hue angle of 340.74º 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 #FDACC6 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 198 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.01 |
| HSL | 340.74º | 0.95% | 0.83% | - |
| HSV(B) | 340.74º | 0.32% | 0.99% | - |
| XYZ | 65.45 | 54.46 | 60.49 | - |
| YUV | 199.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 198 | 0 | 0.32 | 0.22 | 0.01 | 340.74 | 0.95 | 0.83 |
| Hex | FD | AC | C6 | 0 | 20 | 16 | 1 | 155 | 5F | 53 |
| Octal | 375 | 254 | 306 | 0 | 40 | 26 | 1 | 525 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11000110 | 0 | 100000 | 10110 | 1 | 101010101 | 1011111 | 1010011 |
Color Harmonies of #FDACC6
Complementary color
Monochromatic Colors of #FDACC6
Black with #FDACC6
Text Example
Text Example
White with #FDACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACC6; }
p { color: rgb(253,172,198); }
H1.HeaderClassName
{
color: #FDACC6;
}
.AnyTagClassName
{
color: #FDACC6;
}
</style>
background-color css
<style>
a { background-color: #FDACC6; }
a { background-color: rgb(253,172,198); }
div.DivClassName
{
background-color: #FDACC6;
}
.BgClassName
{
background-color: #FDACC6;
}
</style>
border-color css
<style>
span { border-color: #FDACC6; }
span { border-color: rgb(253,172,198); }
td.TdClassName
{
border-color: #FDACC6;
}
.TagClassName
{
border-color: #FDACC6;
}
</style>