Shades of Carnation Pink #FBA9C5
Tints of Carnation Pink #FBA9C5
RGB
CMYK
RGB Variations
Color information
#FBA9C5 (or 0xFBA9C5) is known color: Carnation Pink. HEX triplet: FB, A9 and C5. RGB value is (251,169,197). Sum of RGB (Red+Green+Blue) = 251+169+197=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C5 is #04563A. Grayscale: #C4C4C4. Windows color (decimal): -284219 or 12954107. OLE color: 12954107.
HSL color Cylindrical-coordinate representation of color #FBA9C5: hue angle of 339.51º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9C5 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 197 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.02 |
| HSL | 339.51º | 0.91% | 0.82% | - |
| HSV(B) | 339.51º | 0.33% | 0.98% | - |
| XYZ | 64.05 | 52.92 | 59.66 | - |
| YUV | 196.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 197 | 0 | 0.33 | 0.22 | 0.02 | 339.51 | 0.91 | 0.82 |
| Hex | FB | A9 | C5 | 0 | 21 | 16 | 2 | 154 | 5B | 52 |
| Octal | 373 | 251 | 305 | 0 | 41 | 26 | 2 | 524 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11000101 | 0 | 100001 | 10110 | 10 | 101010100 | 1011011 | 1010010 |
Color Harmonies of #FBA9C5
Complementary color
Monochromatic Colors of #FBA9C5
Black with #FBA9C5
Text Example
Text Example
White with #FBA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9C5; }
p { color: rgb(251,169,197); }
H1.HeaderClassName
{
color: #FBA9C5;
}
.AnyTagClassName
{
color: #FBA9C5;
}
</style>
background-color css
<style>
a { background-color: #FBA9C5; }
a { background-color: rgb(251,169,197); }
div.DivClassName
{
background-color: #FBA9C5;
}
.BgClassName
{
background-color: #FBA9C5;
}
</style>
border-color css
<style>
span { border-color: #FBA9C5; }
span { border-color: rgb(251,169,197); }
td.TdClassName
{
border-color: #FBA9C5;
}
.TagClassName
{
border-color: #FBA9C5;
}
</style>