Shades of Carnation Pink #F1AAC8
Tints of Carnation Pink #F1AAC8
RGB
CMYK
RGB Variations
Color information
#F1AAC8 (or 0xF1AAC8) is known color: Carnation Pink. HEX triplet: F1, AA and C8. RGB value is (241,170,200). Sum of RGB (Red+Green+Blue) = 241+170+200=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC8 is #0E5537. Grayscale: #C2C2C2. Windows color (decimal): -939320 or 13150961. OLE color: 13150961.
HSL color Cylindrical-coordinate representation of color #F1AAC8: hue angle of 334.65º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAC8 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 200 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.05 |
| HSL | 334.65º | 0.72% | 0.81% | - |
| HSV(B) | 334.65º | 0.29% | 0.95% | - |
| XYZ | 61.08 | 51.62 | 61.39 | - |
| YUV | 194.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 200 | 0 | 0.29 | 0.17 | 0.05 | 334.65 | 0.72 | 0.81 |
| Hex | F1 | AA | C8 | 0 | 1D | 11 | 5 | 14F | 48 | 51 |
| Octal | 361 | 252 | 310 | 0 | 35 | 21 | 5 | 517 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11001000 | 0 | 11101 | 10001 | 101 | 101001111 | 1001000 | 1010001 |
Color Harmonies of #F1AAC8
Complementary color
Monochromatic Colors of #F1AAC8
Black with #F1AAC8
Text Example
Text Example
White with #F1AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAC8; }
p { color: rgb(241,170,200); }
H1.HeaderClassName
{
color: #F1AAC8;
}
.AnyTagClassName
{
color: #F1AAC8;
}
</style>
background-color css
<style>
a { background-color: #F1AAC8; }
a { background-color: rgb(241,170,200); }
div.DivClassName
{
background-color: #F1AAC8;
}
.BgClassName
{
background-color: #F1AAC8;
}
</style>
border-color css
<style>
span { border-color: #F1AAC8; }
span { border-color: rgb(241,170,200); }
td.TdClassName
{
border-color: #F1AAC8;
}
.TagClassName
{
border-color: #F1AAC8;
}
</style>