Shades of Carnation Pink #FFA5BD
Tints of Carnation Pink #FFA5BD
RGB
CMYK
RGB Variations
Color information
#FFA5BD (or 0xFFA5BD) is known color: Carnation Pink. HEX triplet: FF, A5 and BD. RGB value is (255,165,189). Sum of RGB (Red+Green+Blue) = 255+165+189=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5BD is #005A42. Grayscale: #C2C2C2. Windows color (decimal): -23107 or 12428799. OLE color: 12428799.
HSL color Cylindrical-coordinate representation of color #FFA5BD: hue angle of 344º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5BD is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 189 | - |
| CMYK | 0 | 0.35 | 0.26 | 0 |
| HSL | 344º | 1% | 0.82% | - |
| HSV(B) | 344º | 0.35% | 1% | - |
| XYZ | 63.88 | 51.84 | 54.78 | - |
| YUV | 194.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 189 | 0 | 0.35 | 0.26 | 0 | 344 | 1 | 0.82 |
| Hex | FF | A5 | BD | 0 | 23 | 1A | 0 | 158 | 64 | 52 |
| Octal | 377 | 245 | 275 | 0 | 43 | 32 | 0 | 530 | 144 | 122 |
| Binary | 11111111 | 10100101 | 10111101 | 0 | 100011 | 11010 | 0 | 101011000 | 1100100 | 1010010 |
Color Harmonies of #FFA5BD
Complementary color
Monochromatic Colors of #FFA5BD
Black with #FFA5BD
Text Example
Text Example
White with #FFA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5BD; }
p { color: rgb(255,165,189); }
H1.HeaderClassName
{
color: #FFA5BD;
}
.AnyTagClassName
{
color: #FFA5BD;
}
</style>
background-color css
<style>
a { background-color: #FFA5BD; }
a { background-color: rgb(255,165,189); }
div.DivClassName
{
background-color: #FFA5BD;
}
.BgClassName
{
background-color: #FFA5BD;
}
</style>
border-color css
<style>
span { border-color: #FFA5BD; }
span { border-color: rgb(255,165,189); }
td.TdClassName
{
border-color: #FFA5BD;
}
.TagClassName
{
border-color: #FFA5BD;
}
</style>