Shades of Carnation Pink #FBA1C5
Tints of Carnation Pink #FBA1C5
RGB
CMYK
RGB Variations
Color information
#FBA1C5 (or 0xFBA1C5) is known color: Carnation Pink. HEX triplet: FB, A1 and C5. RGB value is (251,161,197). Sum of RGB (Red+Green+Blue) = 251+161+197=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1C5 is #045E3A. Grayscale: #BFBFBF. Windows color (decimal): -286267 or 12952059. OLE color: 12952059.
HSL color Cylindrical-coordinate representation of color #FBA1C5: hue angle of 336º 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 #FBA1C5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 197 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.02 |
| HSL | 336º | 0.92% | 0.81% | - |
| HSV(B) | 336º | 0.36% | 0.98% | - |
| XYZ | 62.61 | 50.03 | 59.18 | - |
| YUV | 192.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 197 | 0 | 0.36 | 0.22 | 0.02 | 336 | 0.92 | 0.81 |
| Hex | FB | A1 | C5 | 0 | 24 | 16 | 2 | 150 | 5C | 51 |
| Octal | 373 | 241 | 305 | 0 | 44 | 26 | 2 | 520 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11000101 | 0 | 100100 | 10110 | 10 | 101010000 | 1011100 | 1010001 |
Color Harmonies of #FBA1C5
Complementary color
Monochromatic Colors of #FBA1C5
Black with #FBA1C5
Text Example
Text Example
White with #FBA1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1C5; }
p { color: rgb(251,161,197); }
H1.HeaderClassName
{
color: #FBA1C5;
}
.AnyTagClassName
{
color: #FBA1C5;
}
</style>
background-color css
<style>
a { background-color: #FBA1C5; }
a { background-color: rgb(251,161,197); }
div.DivClassName
{
background-color: #FBA1C5;
}
.BgClassName
{
background-color: #FBA1C5;
}
</style>
border-color css
<style>
span { border-color: #FBA1C5; }
span { border-color: rgb(251,161,197); }
td.TdClassName
{
border-color: #FBA1C5;
}
.TagClassName
{
border-color: #FBA1C5;
}
</style>