Shades of Carnation Pink #FFA5BB
Tints of Carnation Pink #FFA5BB
RGB
CMYK
RGB Variations
Color information
#FFA5BB (or 0xFFA5BB) is known color: Carnation Pink. HEX triplet: FF, A5 and BB. RGB value is (255,165,187). Sum of RGB (Red+Green+Blue) = 255+165+187=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5BB is #005A44. Grayscale: #C2C2C2. Windows color (decimal): -23109 or 12297727. OLE color: 12297727.
HSL color Cylindrical-coordinate representation of color #FFA5BB: hue angle of 345.33º 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 #FFA5BB is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 187 | - |
| CMYK | 0 | 0.35 | 0.27 | 0 |
| HSL | 345.33º | 1% | 0.82% | - |
| HSV(B) | 345.33º | 0.35% | 1% | - |
| XYZ | 63.66 | 51.76 | 53.65 | - |
| YUV | 194.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 187 | 0 | 0.35 | 0.27 | 0 | 345.33 | 1 | 0.82 |
| Hex | FF | A5 | BB | 0 | 23 | 1B | 0 | 159 | 64 | 52 |
| Octal | 377 | 245 | 273 | 0 | 43 | 33 | 0 | 531 | 144 | 122 |
| Binary | 11111111 | 10100101 | 10111011 | 0 | 100011 | 11011 | 0 | 101011001 | 1100100 | 1010010 |
Color Harmonies of #FFA5BB
Complementary color
Monochromatic Colors of #FFA5BB
Black with #FFA5BB
Text Example
Text Example
White with #FFA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5BB; }
p { color: rgb(255,165,187); }
H1.HeaderClassName
{
color: #FFA5BB;
}
.AnyTagClassName
{
color: #FFA5BB;
}
</style>
background-color css
<style>
a { background-color: #FFA5BB; }
a { background-color: rgb(255,165,187); }
div.DivClassName
{
background-color: #FFA5BB;
}
.BgClassName
{
background-color: #FFA5BB;
}
</style>
border-color css
<style>
span { border-color: #FFA5BB; }
span { border-color: rgb(255,165,187); }
td.TdClassName
{
border-color: #FFA5BB;
}
.TagClassName
{
border-color: #FFA5BB;
}
</style>