Shades of Carnation Pink #FFA1C7
Tints of Carnation Pink #FFA1C7
RGB
CMYK
RGB Variations
Color information
#FFA1C7 (or 0xFFA1C7) is known color: Carnation Pink. HEX triplet: FF, A1 and C7. RGB value is (255,161,199). Sum of RGB (Red+Green+Blue) = 255+161+199=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C7 is #005E38. Grayscale: #C1C1C1. Windows color (decimal): -24121 or 13083135. OLE color: 13083135.
HSL color Cylindrical-coordinate representation of color #FFA1C7: hue angle of 335.74º 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 #FFA1C7 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 199 | - |
| CMYK | 0 | 0.37 | 0.22 | 0 |
| HSL | 335.74º | 1% | 0.82% | - |
| HSV(B) | 335.74º | 0.37% | 1% | - |
| XYZ | 64.29 | 50.87 | 60.46 | - |
| YUV | 193.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 199 | 0 | 0.37 | 0.22 | 0 | 335.74 | 1 | 0.82 |
| Hex | FF | A1 | C7 | 0 | 25 | 16 | 0 | 150 | 64 | 52 |
| Octal | 377 | 241 | 307 | 0 | 45 | 26 | 0 | 520 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11000111 | 0 | 100101 | 10110 | 0 | 101010000 | 1100100 | 1010010 |
Color Harmonies of #FFA1C7
Complementary color
Monochromatic Colors of #FFA1C7
Black with #FFA1C7
Text Example
Text Example
White with #FFA1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1C7; }
p { color: rgb(255,161,199); }
H1.HeaderClassName
{
color: #FFA1C7;
}
.AnyTagClassName
{
color: #FFA1C7;
}
</style>
background-color css
<style>
a { background-color: #FFA1C7; }
a { background-color: rgb(255,161,199); }
div.DivClassName
{
background-color: #FFA1C7;
}
.BgClassName
{
background-color: #FFA1C7;
}
</style>
border-color css
<style>
span { border-color: #FFA1C7; }
span { border-color: rgb(255,161,199); }
td.TdClassName
{
border-color: #FFA1C7;
}
.TagClassName
{
border-color: #FFA1C7;
}
</style>