Shades of Carnation Pink #FBA1BD
Tints of Carnation Pink #FBA1BD
RGB
CMYK
RGB Variations
Color information
#FBA1BD (or 0xFBA1BD) is known color: Carnation Pink. HEX triplet: FB, A1 and BD. RGB value is (251,161,189). Sum of RGB (Red+Green+Blue) = 251+161+189=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1BD is #045E42. Grayscale: #BFBFBF. Windows color (decimal): -286275 or 12427771. OLE color: 12427771.
HSL color Cylindrical-coordinate representation of color #FBA1BD: hue angle of 341.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 #FBA1BD is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 189 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.02 |
| HSL | 341.33º | 0.92% | 0.81% | - |
| HSV(B) | 341.33º | 0.36% | 0.98% | - |
| XYZ | 61.71 | 49.67 | 54.48 | - |
| YUV | 191.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 189 | 0 | 0.36 | 0.25 | 0.02 | 341.33 | 0.92 | 0.81 |
| Hex | FB | A1 | BD | 0 | 24 | 19 | 2 | 155 | 5C | 51 |
| Octal | 373 | 241 | 275 | 0 | 44 | 31 | 2 | 525 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10111101 | 0 | 100100 | 11001 | 10 | 101010101 | 1011100 | 1010001 |
Color Harmonies of #FBA1BD
Complementary color
Monochromatic Colors of #FBA1BD
Black with #FBA1BD
Text Example
Text Example
White with #FBA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1BD; }
p { color: rgb(251,161,189); }
H1.HeaderClassName
{
color: #FBA1BD;
}
.AnyTagClassName
{
color: #FBA1BD;
}
</style>
background-color css
<style>
a { background-color: #FBA1BD; }
a { background-color: rgb(251,161,189); }
div.DivClassName
{
background-color: #FBA1BD;
}
.BgClassName
{
background-color: #FBA1BD;
}
</style>
border-color css
<style>
span { border-color: #FBA1BD; }
span { border-color: rgb(251,161,189); }
td.TdClassName
{
border-color: #FBA1BD;
}
.TagClassName
{
border-color: #FBA1BD;
}
</style>