Shades of Carnation Pink #FFA8CB
Tints of Carnation Pink #FFA8CB
RGB
CMYK
RGB Variations
Color information
#FFA8CB (or 0xFFA8CB) is known color: Carnation Pink. HEX triplet: FF, A8 and CB. RGB value is (255,168,203). Sum of RGB (Red+Green+Blue) = 255+168+203=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8CB is #005734. Grayscale: #C5C5C5. Windows color (decimal): -22325 or 13347071. OLE color: 13347071.
HSL color Cylindrical-coordinate representation of color #FFA8CB: hue angle of 335.86º 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 #FFA8CB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 203 | - |
| CMYK | 0 | 0.34 | 0.20 | 0 |
| HSL | 335.86º | 1% | 0.83% | - |
| HSV(B) | 335.86º | 0.34% | 1% | - |
| XYZ | 66.02 | 53.58 | 63.36 | - |
| YUV | 198 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 203 | 0 | 0.34 | 0.20 | 0 | 335.86 | 1 | 0.83 |
| Hex | FF | A8 | CB | 0 | 22 | 14 | 0 | 150 | 64 | 53 |
| Octal | 377 | 250 | 313 | 0 | 42 | 24 | 0 | 520 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11001011 | 0 | 100010 | 10100 | 0 | 101010000 | 1100100 | 1010011 |
Color Harmonies of #FFA8CB
Complementary color
Monochromatic Colors of #FFA8CB
Black with #FFA8CB
Text Example
Text Example
White with #FFA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8CB; }
p { color: rgb(255,168,203); }
H1.HeaderClassName
{
color: #FFA8CB;
}
.AnyTagClassName
{
color: #FFA8CB;
}
</style>
background-color css
<style>
a { background-color: #FFA8CB; }
a { background-color: rgb(255,168,203); }
div.DivClassName
{
background-color: #FFA8CB;
}
.BgClassName
{
background-color: #FFA8CB;
}
</style>
border-color css
<style>
span { border-color: #FFA8CB; }
span { border-color: rgb(255,168,203); }
td.TdClassName
{
border-color: #FFA8CB;
}
.TagClassName
{
border-color: #FFA8CB;
}
</style>