Shades of Carnation Pink #FFAFCD
Tints of Carnation Pink #FFAFCD
RGB
CMYK
RGB Variations
Color information
#FFAFCD (or 0xFFAFCD) is known color: Carnation Pink. HEX triplet: FF, AF and CD. RGB value is (255,175,205). Sum of RGB (Red+Green+Blue) = 255+175+205=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCD is #005032. Grayscale: #CACACA. Windows color (decimal): -20531 or 13479935. OLE color: 13479935.
HSL color Cylindrical-coordinate representation of color #FFAFCD: hue angle of 337.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFCD is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 205 | - |
| CMYK | 0 | 0.31 | 0.20 | 0 |
| HSL | 337.5º | 1% | 0.84% | - |
| HSV(B) | 337.5º | 0.31% | 1% | - |
| XYZ | 67.59 | 56.33 | 65.07 | - |
| YUV | 202.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 205 | 0 | 0.31 | 0.20 | 0 | 337.5 | 1 | 0.84 |
| Hex | FF | AF | CD | 0 | 1F | 14 | 0 | 152 | 64 | 54 |
| Octal | 377 | 257 | 315 | 0 | 37 | 24 | 0 | 522 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11001101 | 0 | 11111 | 10100 | 0 | 101010010 | 1100100 | 1010100 |
Color Harmonies of #FFAFCD
Complementary color
Monochromatic Colors of #FFAFCD
Black with #FFAFCD
Text Example
Text Example
White with #FFAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFCD; }
p { color: rgb(255,175,205); }
H1.HeaderClassName
{
color: #FFAFCD;
}
.AnyTagClassName
{
color: #FFAFCD;
}
</style>
background-color css
<style>
a { background-color: #FFAFCD; }
a { background-color: rgb(255,175,205); }
div.DivClassName
{
background-color: #FFAFCD;
}
.BgClassName
{
background-color: #FFAFCD;
}
</style>
border-color css
<style>
span { border-color: #FFAFCD; }
span { border-color: rgb(255,175,205); }
td.TdClassName
{
border-color: #FFAFCD;
}
.TagClassName
{
border-color: #FFAFCD;
}
</style>