Shades of Carnation Pink #FFA2CF
Tints of Carnation Pink #FFA2CF
RGB
CMYK
RGB Variations
Color information
#FFA2CF (or 0xFFA2CF) is known color: Carnation Pink. HEX triplet: FF, A2 and CF. RGB value is (255,162,207). Sum of RGB (Red+Green+Blue) = 255+162+207=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2CF is #005D30. Grayscale: #C2C2C2. Windows color (decimal): -23857 or 13607679. OLE color: 13607679.
HSL color Cylindrical-coordinate representation of color #FFA2CF: hue angle of 330.97º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2CF is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 207 | - |
| CMYK | 0 | 0.36 | 0.19 | 0 |
| HSL | 330.97º | 1% | 0.82% | - |
| HSV(B) | 330.97º | 0.36% | 1% | - |
| XYZ | 65.42 | 51.61 | 65.54 | - |
| YUV | 194.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 207 | 0 | 0.36 | 0.19 | 0 | 330.97 | 1 | 0.82 |
| Hex | FF | A2 | CF | 0 | 24 | 13 | 0 | 14B | 64 | 52 |
| Octal | 377 | 242 | 317 | 0 | 44 | 23 | 0 | 513 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11001111 | 0 | 100100 | 10011 | 0 | 101001011 | 1100100 | 1010010 |
Color Harmonies of #FFA2CF
Complementary color
Monochromatic Colors of #FFA2CF
Black with #FFA2CF
Text Example
Text Example
White with #FFA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2CF; }
p { color: rgb(255,162,207); }
H1.HeaderClassName
{
color: #FFA2CF;
}
.AnyTagClassName
{
color: #FFA2CF;
}
</style>
background-color css
<style>
a { background-color: #FFA2CF; }
a { background-color: rgb(255,162,207); }
div.DivClassName
{
background-color: #FFA2CF;
}
.BgClassName
{
background-color: #FFA2CF;
}
</style>
border-color css
<style>
span { border-color: #FFA2CF; }
span { border-color: rgb(255,162,207); }
td.TdClassName
{
border-color: #FFA2CF;
}
.TagClassName
{
border-color: #FFA2CF;
}
</style>