Shades of Carnation Pink #FB9ACE
Tints of Carnation Pink #FB9ACE
RGB
CMYK
RGB Variations
Color information
#FB9ACE (or 0xFB9ACE) is known color: Carnation Pink. HEX triplet: FB, 9A and CE. RGB value is (251,154,206). Sum of RGB (Red+Green+Blue) = 251+154+206=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ACE is #046531. Grayscale: #BCBCBC. Windows color (decimal): -288050 or 13540091. OLE color: 13540091.
HSL color Cylindrical-coordinate representation of color #FB9ACE: hue angle of 327.84º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9ACE is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 206 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.02 |
| HSL | 327.84º | 0.92% | 0.79% | - |
| HSV(B) | 327.84º | 0.39% | 0.98% | - |
| XYZ | 62.48 | 48.08 | 64.38 | - |
| YUV | 188.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 206 | 0 | 0.39 | 0.18 | 0.02 | 327.84 | 0.92 | 0.79 |
| Hex | FB | 9A | CE | 0 | 27 | 12 | 2 | 148 | 5C | 4F |
| Octal | 373 | 232 | 316 | 0 | 47 | 22 | 2 | 510 | 134 | 117 |
| Binary | 11111011 | 10011010 | 11001110 | 0 | 100111 | 10010 | 10 | 101001000 | 1011100 | 1001111 |
Color Harmonies of #FB9ACE
Complementary color
Monochromatic Colors of #FB9ACE
Black with #FB9ACE
Text Example
Text Example
White with #FB9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9ACE; }
p { color: rgb(251,154,206); }
H1.HeaderClassName
{
color: #FB9ACE;
}
.AnyTagClassName
{
color: #FB9ACE;
}
</style>
background-color css
<style>
a { background-color: #FB9ACE; }
a { background-color: rgb(251,154,206); }
div.DivClassName
{
background-color: #FB9ACE;
}
.BgClassName
{
background-color: #FB9ACE;
}
</style>
border-color css
<style>
span { border-color: #FB9ACE; }
span { border-color: rgb(251,154,206); }
td.TdClassName
{
border-color: #FB9ACE;
}
.TagClassName
{
border-color: #FB9ACE;
}
</style>