Shades of Carnation Pink #FBA6CA
Tints of Carnation Pink #FBA6CA
RGB
CMYK
RGB Variations
Color information
#FBA6CA (or 0xFBA6CA) is known color: Carnation Pink. HEX triplet: FB, A6 and CA. RGB value is (251,166,202). Sum of RGB (Red+Green+Blue) = 251+166+202=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6CA is #045935. Grayscale: #C3C3C3. Windows color (decimal): -284982 or 13281019. OLE color: 13281019.
HSL color Cylindrical-coordinate representation of color #FBA6CA: hue angle of 334.59º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6CA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 202 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.02 |
| HSL | 334.59º | 0.91% | 0.82% | - |
| HSV(B) | 334.59º | 0.34% | 0.98% | - |
| XYZ | 64.08 | 52.05 | 62.55 | - |
| YUV | 195.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 202 | 0 | 0.34 | 0.20 | 0.02 | 334.59 | 0.91 | 0.82 |
| Hex | FB | A6 | CA | 0 | 22 | 14 | 2 | 14F | 5B | 52 |
| Octal | 373 | 246 | 312 | 0 | 42 | 24 | 2 | 517 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11001010 | 0 | 100010 | 10100 | 10 | 101001111 | 1011011 | 1010010 |
Color Harmonies of #FBA6CA
Complementary color
Monochromatic Colors of #FBA6CA
Black with #FBA6CA
Text Example
Text Example
White with #FBA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6CA; }
p { color: rgb(251,166,202); }
H1.HeaderClassName
{
color: #FBA6CA;
}
.AnyTagClassName
{
color: #FBA6CA;
}
</style>
background-color css
<style>
a { background-color: #FBA6CA; }
a { background-color: rgb(251,166,202); }
div.DivClassName
{
background-color: #FBA6CA;
}
.BgClassName
{
background-color: #FBA6CA;
}
</style>
border-color css
<style>
span { border-color: #FBA6CA; }
span { border-color: rgb(251,166,202); }
td.TdClassName
{
border-color: #FBA6CA;
}
.TagClassName
{
border-color: #FBA6CA;
}
</style>