Shades of Carnation Pink #FFA8C2
Tints of Carnation Pink #FFA8C2
RGB
CMYK
RGB Variations
Color information
#FFA8C2 (or 0xFFA8C2) is known color: Carnation Pink. HEX triplet: FF, A8 and C2. RGB value is (255,168,194). Sum of RGB (Red+Green+Blue) = 255+168+194=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C2 is #00573D. Grayscale: #C4C4C4. Windows color (decimal): -22334 or 12757247. OLE color: 12757247.
HSL color Cylindrical-coordinate representation of color #FFA8C2: hue angle of 342.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8C2 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 194 | - |
| CMYK | 0 | 0.34 | 0.24 | 0 |
| HSL | 342.07º | 1% | 0.83% | - |
| HSV(B) | 342.07º | 0.34% | 1% | - |
| XYZ | 64.98 | 53.16 | 57.88 | - |
| YUV | 196.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 194 | 0 | 0.34 | 0.24 | 0 | 342.07 | 1 | 0.83 |
| Hex | FF | A8 | C2 | 0 | 22 | 18 | 0 | 156 | 64 | 53 |
| Octal | 377 | 250 | 302 | 0 | 42 | 30 | 0 | 526 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11000010 | 0 | 100010 | 11000 | 0 | 101010110 | 1100100 | 1010011 |
Color Harmonies of #FFA8C2
Complementary color
Monochromatic Colors of #FFA8C2
Black with #FFA8C2
Text Example
Text Example
White with #FFA8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8C2; }
p { color: rgb(255,168,194); }
H1.HeaderClassName
{
color: #FFA8C2;
}
.AnyTagClassName
{
color: #FFA8C2;
}
</style>
background-color css
<style>
a { background-color: #FFA8C2; }
a { background-color: rgb(255,168,194); }
div.DivClassName
{
background-color: #FFA8C2;
}
.BgClassName
{
background-color: #FFA8C2;
}
</style>
border-color css
<style>
span { border-color: #FFA8C2; }
span { border-color: rgb(255,168,194); }
td.TdClassName
{
border-color: #FFA8C2;
}
.TagClassName
{
border-color: #FFA8C2;
}
</style>