Shades of Carnation Pink #FDACCC
Tints of Carnation Pink #FDACCC
RGB
CMYK
RGB Variations
Color information
#FDACCC (or 0xFDACCC) is known color: Carnation Pink. HEX triplet: FD, AC and CC. RGB value is (253,172,204). Sum of RGB (Red+Green+Blue) = 253+172+204=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCC is #025333. Grayscale: #C7C7C7. Windows color (decimal): -152372 or 13413629. OLE color: 13413629.
HSL color Cylindrical-coordinate representation of color #FDACCC: hue angle of 336.3º 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 #FDACCC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 204 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 336.3º | 0.95% | 0.83% | - |
| HSV(B) | 336.3º | 0.32% | 0.99% | - |
| XYZ | 66.16 | 54.75 | 64.21 | - |
| YUV | 199.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 204 | 0 | 0.32 | 0.19 | 0.01 | 336.3 | 0.95 | 0.83 |
| Hex | FD | AC | CC | 0 | 20 | 13 | 1 | 150 | 5F | 53 |
| Octal | 375 | 254 | 314 | 0 | 40 | 23 | 1 | 520 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11001100 | 0 | 100000 | 10011 | 1 | 101010000 | 1011111 | 1010011 |
Color Harmonies of #FDACCC
Complementary color
Monochromatic Colors of #FDACCC
Black with #FDACCC
Text Example
Text Example
White with #FDACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACCC; }
p { color: rgb(253,172,204); }
H1.HeaderClassName
{
color: #FDACCC;
}
.AnyTagClassName
{
color: #FDACCC;
}
</style>
background-color css
<style>
a { background-color: #FDACCC; }
a { background-color: rgb(253,172,204); }
div.DivClassName
{
background-color: #FDACCC;
}
.BgClassName
{
background-color: #FDACCC;
}
</style>
border-color css
<style>
span { border-color: #FDACCC; }
span { border-color: rgb(253,172,204); }
td.TdClassName
{
border-color: #FDACCC;
}
.TagClassName
{
border-color: #FDACCC;
}
</style>