Shades of Carnation Pink #FBA8C7
Tints of Carnation Pink #FBA8C7
RGB
CMYK
RGB Variations
Color information
#FBA8C7 (or 0xFBA8C7) is known color: Carnation Pink. HEX triplet: FB, A8 and C7. RGB value is (251,168,199). Sum of RGB (Red+Green+Blue) = 251+168+199=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8C7 is #045738. Grayscale: #C4C4C4. Windows color (decimal): -284473 or 13084923. OLE color: 13084923.
HSL color Cylindrical-coordinate representation of color #FBA8C7: hue angle of 337.59º 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 #FBA8C7 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 199 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.02 |
| HSL | 337.59º | 0.91% | 0.82% | - |
| HSV(B) | 337.59º | 0.33% | 0.98% | - |
| XYZ | 64.1 | 52.64 | 60.81 | - |
| YUV | 196.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 199 | 0 | 0.33 | 0.21 | 0.02 | 337.59 | 0.91 | 0.82 |
| Hex | FB | A8 | C7 | 0 | 21 | 15 | 2 | 152 | 5B | 52 |
| Octal | 373 | 250 | 307 | 0 | 41 | 25 | 2 | 522 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11000111 | 0 | 100001 | 10101 | 10 | 101010010 | 1011011 | 1010010 |
Color Harmonies of #FBA8C7
Complementary color
Monochromatic Colors of #FBA8C7
Black with #FBA8C7
Text Example
Text Example
White with #FBA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8C7; }
p { color: rgb(251,168,199); }
H1.HeaderClassName
{
color: #FBA8C7;
}
.AnyTagClassName
{
color: #FBA8C7;
}
</style>
background-color css
<style>
a { background-color: #FBA8C7; }
a { background-color: rgb(251,168,199); }
div.DivClassName
{
background-color: #FBA8C7;
}
.BgClassName
{
background-color: #FBA8C7;
}
</style>
border-color css
<style>
span { border-color: #FBA8C7; }
span { border-color: rgb(251,168,199); }
td.TdClassName
{
border-color: #FBA8C7;
}
.TagClassName
{
border-color: #FBA8C7;
}
</style>