Shades of Carnation Pink #FFAACB
Tints of Carnation Pink #FFAACB
RGB
CMYK
RGB Variations
Color information
#FFAACB (or 0xFFAACB) is known color: Carnation Pink. HEX triplet: FF, AA and CB. RGB value is (255,170,203). Sum of RGB (Red+Green+Blue) = 255+170+203=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACB is #005534. Grayscale: #C7C7C7. Windows color (decimal): -21813 or 13347583. OLE color: 13347583.
HSL color Cylindrical-coordinate representation of color #FFAACB: hue angle of 336.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAACB is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 203 | - |
| CMYK | 0 | 0.33 | 0.20 | 0 |
| HSL | 336.71º | 1% | 0.83% | - |
| HSV(B) | 336.71º | 0.33% | 1% | - |
| XYZ | 66.39 | 54.32 | 63.49 | - |
| YUV | 199.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 203 | 0 | 0.33 | 0.20 | 0 | 336.71 | 1 | 0.83 |
| Hex | FF | AA | CB | 0 | 21 | 14 | 0 | 151 | 64 | 53 |
| Octal | 377 | 252 | 313 | 0 | 41 | 24 | 0 | 521 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001011 | 0 | 100001 | 10100 | 0 | 101010001 | 1100100 | 1010011 |
Color Harmonies of #FFAACB
Complementary color
Monochromatic Colors of #FFAACB
Black with #FFAACB
Text Example
Text Example
White with #FFAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAACB; }
p { color: rgb(255,170,203); }
H1.HeaderClassName
{
color: #FFAACB;
}
.AnyTagClassName
{
color: #FFAACB;
}
</style>
background-color css
<style>
a { background-color: #FFAACB; }
a { background-color: rgb(255,170,203); }
div.DivClassName
{
background-color: #FFAACB;
}
.BgClassName
{
background-color: #FFAACB;
}
</style>
border-color css
<style>
span { border-color: #FFAACB; }
span { border-color: rgb(255,170,203); }
td.TdClassName
{
border-color: #FFAACB;
}
.TagClassName
{
border-color: #FFAACB;
}
</style>