Shades of Carnation Pink #FBA7C1
Tints of Carnation Pink #FBA7C1
RGB
CMYK
RGB Variations
Color information
#FBA7C1 (or 0xFBA7C1) is known color: Carnation Pink. HEX triplet: FB, A7 and C1. RGB value is (251,167,193). Sum of RGB (Red+Green+Blue) = 251+167+193=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7C1 is #04583E. Grayscale: #C3C3C3. Windows color (decimal): -284735 or 12691451. OLE color: 12691451.
HSL color Cylindrical-coordinate representation of color #FBA7C1: hue angle of 341.43º 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 #FBA7C1 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 193 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.02 |
| HSL | 341.43º | 0.91% | 0.82% | - |
| HSV(B) | 341.43º | 0.33% | 0.98% | - |
| XYZ | 63.23 | 52 | 57.16 | - |
| YUV | 195.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 193 | 0 | 0.33 | 0.23 | 0.02 | 341.43 | 0.91 | 0.82 |
| Hex | FB | A7 | C1 | 0 | 21 | 17 | 2 | 155 | 5B | 52 |
| Octal | 373 | 247 | 301 | 0 | 41 | 27 | 2 | 525 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11000001 | 0 | 100001 | 10111 | 10 | 101010101 | 1011011 | 1010010 |
Color Harmonies of #FBA7C1
Complementary color
Monochromatic Colors of #FBA7C1
Black with #FBA7C1
Text Example
Text Example
White with #FBA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7C1; }
p { color: rgb(251,167,193); }
H1.HeaderClassName
{
color: #FBA7C1;
}
.AnyTagClassName
{
color: #FBA7C1;
}
</style>
background-color css
<style>
a { background-color: #FBA7C1; }
a { background-color: rgb(251,167,193); }
div.DivClassName
{
background-color: #FBA7C1;
}
.BgClassName
{
background-color: #FBA7C1;
}
</style>
border-color css
<style>
span { border-color: #FBA7C1; }
span { border-color: rgb(251,167,193); }
td.TdClassName
{
border-color: #FBA7C1;
}
.TagClassName
{
border-color: #FBA7C1;
}
</style>