Shades of Carnation Pink #FBA1CF
Tints of Carnation Pink #FBA1CF
RGB
CMYK
RGB Variations
Color information
#FBA1CF (or 0xFBA1CF) is known color: Carnation Pink. HEX triplet: FB, A1 and CF. RGB value is (251,161,207). Sum of RGB (Red+Green+Blue) = 251+161+207=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CF is #045E30. Grayscale: #C1C1C1. Windows color (decimal): -286257 or 13607419. OLE color: 13607419.
HSL color Cylindrical-coordinate representation of color #FBA1CF: hue angle of 329.33º 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 #FBA1CF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 207 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.02 |
| HSL | 329.33º | 0.92% | 0.81% | - |
| HSV(B) | 329.33º | 0.36% | 0.98% | - |
| XYZ | 63.79 | 50.5 | 65.42 | - |
| YUV | 193.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 207 | 0 | 0.36 | 0.18 | 0.02 | 329.33 | 0.92 | 0.81 |
| Hex | FB | A1 | CF | 0 | 24 | 12 | 2 | 149 | 5C | 51 |
| Octal | 373 | 241 | 317 | 0 | 44 | 22 | 2 | 511 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11001111 | 0 | 100100 | 10010 | 10 | 101001001 | 1011100 | 1010001 |
Color Harmonies of #FBA1CF
Complementary color
Monochromatic Colors of #FBA1CF
Black with #FBA1CF
Text Example
Text Example
White with #FBA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1CF; }
p { color: rgb(251,161,207); }
H1.HeaderClassName
{
color: #FBA1CF;
}
.AnyTagClassName
{
color: #FBA1CF;
}
</style>
background-color css
<style>
a { background-color: #FBA1CF; }
a { background-color: rgb(251,161,207); }
div.DivClassName
{
background-color: #FBA1CF;
}
.BgClassName
{
background-color: #FBA1CF;
}
</style>
border-color css
<style>
span { border-color: #FBA1CF; }
span { border-color: rgb(251,161,207); }
td.TdClassName
{
border-color: #FBA1CF;
}
.TagClassName
{
border-color: #FBA1CF;
}
</style>