Shades of Carnation Pink #FFA4BD
Tints of Carnation Pink #FFA4BD
RGB
CMYK
RGB Variations
Color information
#FFA4BD (or 0xFFA4BD) is known color: Carnation Pink. HEX triplet: FF, A4 and BD. RGB value is (255,164,189). Sum of RGB (Red+Green+Blue) = 255+164+189=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4BD is #005B42. Grayscale: #C2C2C2. Windows color (decimal): -23363 or 12428543. OLE color: 12428543.
HSL color Cylindrical-coordinate representation of color #FFA4BD: hue angle of 343.52º 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 #FFA4BD is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 189 | - |
| CMYK | 0 | 0.36 | 0.26 | 0 |
| HSL | 343.52º | 1% | 0.82% | - |
| HSV(B) | 343.52º | 0.36% | 1% | - |
| XYZ | 63.7 | 51.49 | 54.72 | - |
| YUV | 194.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 189 | 0 | 0.36 | 0.26 | 0 | 343.52 | 1 | 0.82 |
| Hex | FF | A4 | BD | 0 | 24 | 1A | 0 | 158 | 64 | 52 |
| Octal | 377 | 244 | 275 | 0 | 44 | 32 | 0 | 530 | 144 | 122 |
| Binary | 11111111 | 10100100 | 10111101 | 0 | 100100 | 11010 | 0 | 101011000 | 1100100 | 1010010 |
Color Harmonies of #FFA4BD
Complementary color
Monochromatic Colors of #FFA4BD
Black with #FFA4BD
Text Example
Text Example
White with #FFA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4BD; }
p { color: rgb(255,164,189); }
H1.HeaderClassName
{
color: #FFA4BD;
}
.AnyTagClassName
{
color: #FFA4BD;
}
</style>
background-color css
<style>
a { background-color: #FFA4BD; }
a { background-color: rgb(255,164,189); }
div.DivClassName
{
background-color: #FFA4BD;
}
.BgClassName
{
background-color: #FFA4BD;
}
</style>
border-color css
<style>
span { border-color: #FFA4BD; }
span { border-color: rgb(255,164,189); }
td.TdClassName
{
border-color: #FFA4BD;
}
.TagClassName
{
border-color: #FFA4BD;
}
</style>