Shades of Carnation Pink #FFA4CC
Tints of Carnation Pink #FFA4CC
RGB
CMYK
RGB Variations
Color information
#FFA4CC (or 0xFFA4CC) is known color: Carnation Pink. HEX triplet: FF, A4 and CC. RGB value is (255,164,204). Sum of RGB (Red+Green+Blue) = 255+164+204=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4CC is #005B33. Grayscale: #C3C3C3. Windows color (decimal): -23348 or 13411583. OLE color: 13411583.
HSL color Cylindrical-coordinate representation of color #FFA4CC: hue angle of 333.63º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4CC is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 204 | - |
| CMYK | 0 | 0.36 | 0.2 | 0 |
| HSL | 333.63º | 1% | 0.82% | - |
| HSV(B) | 333.63º | 0.36% | 1% | - |
| XYZ | 65.41 | 52.17 | 63.75 | - |
| YUV | 195.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 204 | 0 | 0.36 | 0.2 | 0 | 333.63 | 1 | 0.82 |
| Hex | FF | A4 | CC | 0 | 24 | 14 | 0 | 14E | 64 | 52 |
| Octal | 377 | 244 | 314 | 0 | 44 | 24 | 0 | 516 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11001100 | 0 | 100100 | 10100 | 0 | 101001110 | 1100100 | 1010010 |
Color Harmonies of #FFA4CC
Complementary color
Monochromatic Colors of #FFA4CC
Black with #FFA4CC
Text Example
Text Example
White with #FFA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4CC; }
p { color: rgb(255,164,204); }
H1.HeaderClassName
{
color: #FFA4CC;
}
.AnyTagClassName
{
color: #FFA4CC;
}
</style>
background-color css
<style>
a { background-color: #FFA4CC; }
a { background-color: rgb(255,164,204); }
div.DivClassName
{
background-color: #FFA4CC;
}
.BgClassName
{
background-color: #FFA4CC;
}
</style>
border-color css
<style>
span { border-color: #FFA4CC; }
span { border-color: rgb(255,164,204); }
td.TdClassName
{
border-color: #FFA4CC;
}
.TagClassName
{
border-color: #FFA4CC;
}
</style>