Shades of Carnation Pink #FBA8C5
Tints of Carnation Pink #FBA8C5
RGB
CMYK
RGB Variations
Color information
#FBA8C5 (or 0xFBA8C5) is known color: Carnation Pink. HEX triplet: FB, A8 and C5. RGB value is (251,168,197). Sum of RGB (Red+Green+Blue) = 251+168+197=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8C5 is #04573A. Grayscale: #C4C4C4. Windows color (decimal): -284475 or 12953851. OLE color: 12953851.
HSL color Cylindrical-coordinate representation of color #FBA8C5: hue angle of 339.04º 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 #FBA8C5 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 197 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.02 |
| HSL | 339.04º | 0.91% | 0.82% | - |
| HSV(B) | 339.04º | 0.33% | 0.98% | - |
| XYZ | 63.86 | 52.55 | 59.6 | - |
| YUV | 196.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 197 | 0 | 0.33 | 0.22 | 0.02 | 339.04 | 0.91 | 0.82 |
| Hex | FB | A8 | C5 | 0 | 21 | 16 | 2 | 153 | 5B | 52 |
| Octal | 373 | 250 | 305 | 0 | 41 | 26 | 2 | 523 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11000101 | 0 | 100001 | 10110 | 10 | 101010011 | 1011011 | 1010010 |
Color Harmonies of #FBA8C5
Complementary color
Monochromatic Colors of #FBA8C5
Black with #FBA8C5
Text Example
Text Example
White with #FBA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8C5; }
p { color: rgb(251,168,197); }
H1.HeaderClassName
{
color: #FBA8C5;
}
.AnyTagClassName
{
color: #FBA8C5;
}
</style>
background-color css
<style>
a { background-color: #FBA8C5; }
a { background-color: rgb(251,168,197); }
div.DivClassName
{
background-color: #FBA8C5;
}
.BgClassName
{
background-color: #FBA8C5;
}
</style>
border-color css
<style>
span { border-color: #FBA8C5; }
span { border-color: rgb(251,168,197); }
td.TdClassName
{
border-color: #FBA8C5;
}
.TagClassName
{
border-color: #FBA8C5;
}
</style>