Shades of Carnation Pink #FFA1C3
Tints of Carnation Pink #FFA1C3
RGB
CMYK
RGB Variations
Color information
#FFA1C3 (or 0xFFA1C3) is known color: Carnation Pink. HEX triplet: FF, A1 and C3. RGB value is (255,161,195). Sum of RGB (Red+Green+Blue) = 255+161+195=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C3 is #005E3C. Grayscale: #C0C0C0. Windows color (decimal): -24125 or 12820991. OLE color: 12820991.
HSL color Cylindrical-coordinate representation of color #FFA1C3: hue angle of 338.3º 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 #FFA1C3 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 195 | - |
| CMYK | 0 | 0.37 | 0.24 | 0 |
| HSL | 338.3º | 1% | 0.82% | - |
| HSV(B) | 338.3º | 0.37% | 1% | - |
| XYZ | 63.84 | 50.69 | 58.05 | - |
| YUV | 192.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 195 | 0 | 0.37 | 0.24 | 0 | 338.3 | 1 | 0.82 |
| Hex | FF | A1 | C3 | 0 | 25 | 18 | 0 | 152 | 64 | 52 |
| Octal | 377 | 241 | 303 | 0 | 45 | 30 | 0 | 522 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11000011 | 0 | 100101 | 11000 | 0 | 101010010 | 1100100 | 1010010 |
Color Harmonies of #FFA1C3
Complementary color
Monochromatic Colors of #FFA1C3
Black with #FFA1C3
Text Example
Text Example
White with #FFA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1C3; }
p { color: rgb(255,161,195); }
H1.HeaderClassName
{
color: #FFA1C3;
}
.AnyTagClassName
{
color: #FFA1C3;
}
</style>
background-color css
<style>
a { background-color: #FFA1C3; }
a { background-color: rgb(255,161,195); }
div.DivClassName
{
background-color: #FFA1C3;
}
.BgClassName
{
background-color: #FFA1C3;
}
</style>
border-color css
<style>
span { border-color: #FFA1C3; }
span { border-color: rgb(255,161,195); }
td.TdClassName
{
border-color: #FFA1C3;
}
.TagClassName
{
border-color: #FFA1C3;
}
</style>