Shades of Carnation Pink #FBA9C9
Tints of Carnation Pink #FBA9C9
RGB
CMYK
RGB Variations
Color information
#FBA9C9 (or 0xFBA9C9) is known color: Carnation Pink. HEX triplet: FB, A9 and C9. RGB value is (251,169,201). Sum of RGB (Red+Green+Blue) = 251+169+201=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C9 is #045636. Grayscale: #C5C5C5. Windows color (decimal): -284215 or 13216251. OLE color: 13216251.
HSL color Cylindrical-coordinate representation of color #FBA9C9: hue angle of 336.59º 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 #FBA9C9 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 201 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.02 |
| HSL | 336.59º | 0.91% | 0.82% | - |
| HSV(B) | 336.59º | 0.33% | 0.98% | - |
| XYZ | 64.51 | 53.1 | 62.11 | - |
| YUV | 197.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 201 | 0 | 0.33 | 0.20 | 0.02 | 336.59 | 0.91 | 0.82 |
| Hex | FB | A9 | C9 | 0 | 21 | 14 | 2 | 151 | 5B | 52 |
| Octal | 373 | 251 | 311 | 0 | 41 | 24 | 2 | 521 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11001001 | 0 | 100001 | 10100 | 10 | 101010001 | 1011011 | 1010010 |
Color Harmonies of #FBA9C9
Complementary color
Monochromatic Colors of #FBA9C9
Black with #FBA9C9
Text Example
Text Example
White with #FBA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9C9; }
p { color: rgb(251,169,201); }
H1.HeaderClassName
{
color: #FBA9C9;
}
.AnyTagClassName
{
color: #FBA9C9;
}
</style>
background-color css
<style>
a { background-color: #FBA9C9; }
a { background-color: rgb(251,169,201); }
div.DivClassName
{
background-color: #FBA9C9;
}
.BgClassName
{
background-color: #FBA9C9;
}
</style>
border-color css
<style>
span { border-color: #FBA9C9; }
span { border-color: rgb(251,169,201); }
td.TdClassName
{
border-color: #FBA9C9;
}
.TagClassName
{
border-color: #FBA9C9;
}
</style>