Shades of Carnation Pink #FBA0CF
Tints of Carnation Pink #FBA0CF
RGB
CMYK
RGB Variations
Color information
#FBA0CF (or 0xFBA0CF) is known color: Carnation Pink. HEX triplet: FB, A0 and CF. RGB value is (251,160,207). Sum of RGB (Red+Green+Blue) = 251+160+207=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0CF is #045F30. Grayscale: #C0C0C0. Windows color (decimal): -286513 or 13607163. OLE color: 13607163.
HSL color Cylindrical-coordinate representation of color #FBA0CF: hue angle of 329.01º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0CF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 207 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.02 |
| HSL | 329.01º | 0.92% | 0.81% | - |
| HSV(B) | 329.01º | 0.36% | 0.98% | - |
| XYZ | 63.62 | 50.16 | 65.36 | - |
| YUV | 192.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 207 | 0 | 0.36 | 0.18 | 0.02 | 329.01 | 0.92 | 0.81 |
| Hex | FB | A0 | CF | 0 | 24 | 12 | 2 | 149 | 5C | 51 |
| Octal | 373 | 240 | 317 | 0 | 44 | 22 | 2 | 511 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11001111 | 0 | 100100 | 10010 | 10 | 101001001 | 1011100 | 1010001 |
Color Harmonies of #FBA0CF
Complementary color
Monochromatic Colors of #FBA0CF
Black with #FBA0CF
Text Example
Text Example
White with #FBA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0CF; }
p { color: rgb(251,160,207); }
H1.HeaderClassName
{
color: #FBA0CF;
}
.AnyTagClassName
{
color: #FBA0CF;
}
</style>
background-color css
<style>
a { background-color: #FBA0CF; }
a { background-color: rgb(251,160,207); }
div.DivClassName
{
background-color: #FBA0CF;
}
.BgClassName
{
background-color: #FBA0CF;
}
</style>
border-color css
<style>
span { border-color: #FBA0CF; }
span { border-color: rgb(251,160,207); }
td.TdClassName
{
border-color: #FBA0CF;
}
.TagClassName
{
border-color: #FBA0CF;
}
</style>