Shades of Carnation Pink #FBA8C6
Tints of Carnation Pink #FBA8C6
RGB
CMYK
RGB Variations
Color information
#FBA8C6 (or 0xFBA8C6) is known color: Carnation Pink. HEX triplet: FB, A8 and C6. RGB value is (251,168,198). Sum of RGB (Red+Green+Blue) = 251+168+198=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8C6 is #045739. Grayscale: #C4C4C4. Windows color (decimal): -284474 or 13019387. OLE color: 13019387.
HSL color Cylindrical-coordinate representation of color #FBA8C6: hue angle of 338.31º 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 #FBA8C6 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 198 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.02 |
| HSL | 338.31º | 0.91% | 0.82% | - |
| HSV(B) | 338.31º | 0.33% | 0.98% | - |
| XYZ | 63.98 | 52.59 | 60.21 | - |
| YUV | 196.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 198 | 0 | 0.33 | 0.21 | 0.02 | 338.31 | 0.91 | 0.82 |
| Hex | FB | A8 | C6 | 0 | 21 | 15 | 2 | 152 | 5B | 52 |
| Octal | 373 | 250 | 306 | 0 | 41 | 25 | 2 | 522 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11000110 | 0 | 100001 | 10101 | 10 | 101010010 | 1011011 | 1010010 |
Color Harmonies of #FBA8C6
Complementary color
Monochromatic Colors of #FBA8C6
Black with #FBA8C6
Text Example
Text Example
White with #FBA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8C6; }
p { color: rgb(251,168,198); }
H1.HeaderClassName
{
color: #FBA8C6;
}
.AnyTagClassName
{
color: #FBA8C6;
}
</style>
background-color css
<style>
a { background-color: #FBA8C6; }
a { background-color: rgb(251,168,198); }
div.DivClassName
{
background-color: #FBA8C6;
}
.BgClassName
{
background-color: #FBA8C6;
}
</style>
border-color css
<style>
span { border-color: #FBA8C6; }
span { border-color: rgb(251,168,198); }
td.TdClassName
{
border-color: #FBA8C6;
}
.TagClassName
{
border-color: #FBA8C6;
}
</style>