Shades of Carnation Pink #FFA5BF
Tints of Carnation Pink #FFA5BF
RGB
CMYK
RGB Variations
Color information
#FFA5BF (or 0xFFA5BF) is known color: Carnation Pink. HEX triplet: FF, A5 and BF. RGB value is (255,165,191). Sum of RGB (Red+Green+Blue) = 255+165+191=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5BF is #005A40. Grayscale: #C2C2C2. Windows color (decimal): -23105 or 12559871. OLE color: 12559871.
HSL color Cylindrical-coordinate representation of color #FFA5BF: hue angle of 342.67º 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 #FFA5BF is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 191 | - |
| CMYK | 0 | 0.35 | 0.25 | 0 |
| HSL | 342.67º | 1% | 0.82% | - |
| HSV(B) | 342.67º | 0.35% | 1% | - |
| XYZ | 64.1 | 51.93 | 55.94 | - |
| YUV | 194.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 191 | 0 | 0.35 | 0.25 | 0 | 342.67 | 1 | 0.82 |
| Hex | FF | A5 | BF | 0 | 23 | 19 | 0 | 157 | 64 | 52 |
| Octal | 377 | 245 | 277 | 0 | 43 | 31 | 0 | 527 | 144 | 122 |
| Binary | 11111111 | 10100101 | 10111111 | 0 | 100011 | 11001 | 0 | 101010111 | 1100100 | 1010010 |
Color Harmonies of #FFA5BF
Complementary color
Monochromatic Colors of #FFA5BF
Black with #FFA5BF
Text Example
Text Example
White with #FFA5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5BF; }
p { color: rgb(255,165,191); }
H1.HeaderClassName
{
color: #FFA5BF;
}
.AnyTagClassName
{
color: #FFA5BF;
}
</style>
background-color css
<style>
a { background-color: #FFA5BF; }
a { background-color: rgb(255,165,191); }
div.DivClassName
{
background-color: #FFA5BF;
}
.BgClassName
{
background-color: #FFA5BF;
}
</style>
border-color css
<style>
span { border-color: #FFA5BF; }
span { border-color: rgb(255,165,191); }
td.TdClassName
{
border-color: #FFA5BF;
}
.TagClassName
{
border-color: #FFA5BF;
}
</style>