Shades of Carnation Pink #FFAFCB
Tints of Carnation Pink #FFAFCB
RGB
CMYK
RGB Variations
Color information
#FFAFCB (or 0xFFAFCB) is known color: Carnation Pink. HEX triplet: FF, AF and CB. RGB value is (255,175,203). Sum of RGB (Red+Green+Blue) = 255+175+203=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCB is #005034. Grayscale: #CACACA. Windows color (decimal): -20533 or 13348863. OLE color: 13348863.
HSL color Cylindrical-coordinate representation of color #FFAFCB: hue angle of 339º 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 #FFAFCB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 203 | - |
| CMYK | 0 | 0.31 | 0.20 | 0 |
| HSL | 339º | 1% | 0.84% | - |
| HSV(B) | 339º | 0.31% | 1% | - |
| XYZ | 67.35 | 56.23 | 63.8 | - |
| YUV | 202.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 203 | 0 | 0.31 | 0.20 | 0 | 339 | 1 | 0.84 |
| Hex | FF | AF | CB | 0 | 1F | 14 | 0 | 153 | 64 | 54 |
| Octal | 377 | 257 | 313 | 0 | 37 | 24 | 0 | 523 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11001011 | 0 | 11111 | 10100 | 0 | 101010011 | 1100100 | 1010100 |
Color Harmonies of #FFAFCB
Complementary color
Monochromatic Colors of #FFAFCB
Black with #FFAFCB
Text Example
Text Example
White with #FFAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFCB; }
p { color: rgb(255,175,203); }
H1.HeaderClassName
{
color: #FFAFCB;
}
.AnyTagClassName
{
color: #FFAFCB;
}
</style>
background-color css
<style>
a { background-color: #FFAFCB; }
a { background-color: rgb(255,175,203); }
div.DivClassName
{
background-color: #FFAFCB;
}
.BgClassName
{
background-color: #FFAFCB;
}
</style>
border-color css
<style>
span { border-color: #FFAFCB; }
span { border-color: rgb(255,175,203); }
td.TdClassName
{
border-color: #FFAFCB;
}
.TagClassName
{
border-color: #FFAFCB;
}
</style>