Shades of Carnation Pink #FFA8C3
Tints of Carnation Pink #FFA8C3
RGB
CMYK
RGB Variations
Color information
#FFA8C3 (or 0xFFA8C3) is known color: Carnation Pink. HEX triplet: FF, A8 and C3. RGB value is (255,168,195). Sum of RGB (Red+Green+Blue) = 255+168+195=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C3 is #00573C. Grayscale: #C5C5C5. Windows color (decimal): -22333 or 12822783. OLE color: 12822783.
HSL color Cylindrical-coordinate representation of color #FFA8C3: hue angle of 341.38º 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 #FFA8C3 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 195 | - |
| CMYK | 0 | 0.34 | 0.24 | 0 |
| HSL | 341.38º | 1% | 0.83% | - |
| HSV(B) | 341.38º | 0.34% | 1% | - |
| XYZ | 65.09 | 53.21 | 58.47 | - |
| YUV | 197.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 195 | 0 | 0.34 | 0.24 | 0 | 341.38 | 1 | 0.83 |
| Hex | FF | A8 | C3 | 0 | 22 | 18 | 0 | 155 | 64 | 53 |
| Octal | 377 | 250 | 303 | 0 | 42 | 30 | 0 | 525 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11000011 | 0 | 100010 | 11000 | 0 | 101010101 | 1100100 | 1010011 |
Color Harmonies of #FFA8C3
Complementary color
Monochromatic Colors of #FFA8C3
Black with #FFA8C3
Text Example
Text Example
White with #FFA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8C3; }
p { color: rgb(255,168,195); }
H1.HeaderClassName
{
color: #FFA8C3;
}
.AnyTagClassName
{
color: #FFA8C3;
}
</style>
background-color css
<style>
a { background-color: #FFA8C3; }
a { background-color: rgb(255,168,195); }
div.DivClassName
{
background-color: #FFA8C3;
}
.BgClassName
{
background-color: #FFA8C3;
}
</style>
border-color css
<style>
span { border-color: #FFA8C3; }
span { border-color: rgb(255,168,195); }
td.TdClassName
{
border-color: #FFA8C3;
}
.TagClassName
{
border-color: #FFA8C3;
}
</style>