Shades of Carnation Pink #FFA1CF
Tints of Carnation Pink #FFA1CF
RGB
CMYK
RGB Variations
Color information
#FFA1CF (or 0xFFA1CF) is known color: Carnation Pink. HEX triplet: FF, A1 and CF. RGB value is (255,161,207). Sum of RGB (Red+Green+Blue) = 255+161+207=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CF is #005E30. Grayscale: #C2C2C2. Windows color (decimal): -24113 or 13607423. OLE color: 13607423.
HSL color Cylindrical-coordinate representation of color #FFA1CF: hue angle of 330.64º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1CF is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 207 | - |
| CMYK | 0 | 0.37 | 0.19 | 0 |
| HSL | 330.64º | 1% | 0.82% | - |
| HSV(B) | 330.64º | 0.37% | 1% | - |
| XYZ | 65.25 | 51.25 | 65.49 | - |
| YUV | 194.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 207 | 0 | 0.37 | 0.19 | 0 | 330.64 | 1 | 0.82 |
| Hex | FF | A1 | CF | 0 | 25 | 13 | 0 | 14B | 64 | 52 |
| Octal | 377 | 241 | 317 | 0 | 45 | 23 | 0 | 513 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11001111 | 0 | 100101 | 10011 | 0 | 101001011 | 1100100 | 1010010 |
Color Harmonies of #FFA1CF
Complementary color
Monochromatic Colors of #FFA1CF
Black with #FFA1CF
Text Example
Text Example
White with #FFA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1CF; }
p { color: rgb(255,161,207); }
H1.HeaderClassName
{
color: #FFA1CF;
}
.AnyTagClassName
{
color: #FFA1CF;
}
</style>
background-color css
<style>
a { background-color: #FFA1CF; }
a { background-color: rgb(255,161,207); }
div.DivClassName
{
background-color: #FFA1CF;
}
.BgClassName
{
background-color: #FFA1CF;
}
</style>
border-color css
<style>
span { border-color: #FFA1CF; }
span { border-color: rgb(255,161,207); }
td.TdClassName
{
border-color: #FFA1CF;
}
.TagClassName
{
border-color: #FFA1CF;
}
</style>