Shades of Carnation Pink #FBA7CA
Tints of Carnation Pink #FBA7CA
RGB
CMYK
RGB Variations
Color information
#FBA7CA (or 0xFBA7CA) is known color: Carnation Pink. HEX triplet: FB, A7 and CA. RGB value is (251,167,202). Sum of RGB (Red+Green+Blue) = 251+167+202=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7CA is #045835. Grayscale: #C4C4C4. Windows color (decimal): -284726 or 13281275. OLE color: 13281275.
HSL color Cylindrical-coordinate representation of color #FBA7CA: hue angle of 335º 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 #FBA7CA is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 202 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.02 |
| HSL | 335º | 0.91% | 0.82% | - |
| HSV(B) | 335º | 0.33% | 0.98% | - |
| XYZ | 64.26 | 52.41 | 62.61 | - |
| YUV | 196.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 202 | 0 | 0.33 | 0.20 | 0.02 | 335 | 0.91 | 0.82 |
| Hex | FB | A7 | CA | 0 | 21 | 14 | 2 | 14F | 5B | 52 |
| Octal | 373 | 247 | 312 | 0 | 41 | 24 | 2 | 517 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11001010 | 0 | 100001 | 10100 | 10 | 101001111 | 1011011 | 1010010 |
Color Harmonies of #FBA7CA
Complementary color
Monochromatic Colors of #FBA7CA
Black with #FBA7CA
Text Example
Text Example
White with #FBA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7CA; }
p { color: rgb(251,167,202); }
H1.HeaderClassName
{
color: #FBA7CA;
}
.AnyTagClassName
{
color: #FBA7CA;
}
</style>
background-color css
<style>
a { background-color: #FBA7CA; }
a { background-color: rgb(251,167,202); }
div.DivClassName
{
background-color: #FBA7CA;
}
.BgClassName
{
background-color: #FBA7CA;
}
</style>
border-color css
<style>
span { border-color: #FBA7CA; }
span { border-color: rgb(251,167,202); }
td.TdClassName
{
border-color: #FBA7CA;
}
.TagClassName
{
border-color: #FBA7CA;
}
</style>