Shades of Carnation Pink #FB97C6
Tints of Carnation Pink #FB97C6
RGB
CMYK
RGB Variations
Color information
#FB97C6 (or 0xFB97C6) is known color: Carnation Pink. HEX triplet: FB, 97 and C6. RGB value is (251,151,198). Sum of RGB (Red+Green+Blue) = 251+151+198=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB97C6 is #046839. Grayscale: #BABABA. Windows color (decimal): -288826 or 13015035. OLE color: 13015035.
HSL color Cylindrical-coordinate representation of color #FB97C6: hue angle of 331.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97C6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 198 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.02 |
| HSL | 331.8º | 0.93% | 0.79% | - |
| HSV(B) | 331.8º | 0.4% | 0.98% | - |
| XYZ | 61.04 | 46.72 | 59.23 | - |
| YUV | 186.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 198 | 0 | 0.40 | 0.21 | 0.02 | 331.8 | 0.93 | 0.79 |
| Hex | FB | 97 | C6 | 0 | 28 | 15 | 2 | 14C | 5D | 4F |
| Octal | 373 | 227 | 306 | 0 | 50 | 25 | 2 | 514 | 135 | 117 |
| Binary | 11111011 | 10010111 | 11000110 | 0 | 101000 | 10101 | 10 | 101001100 | 1011101 | 1001111 |
Color Harmonies of #FB97C6
Complementary color
Monochromatic Colors of #FB97C6
Black with #FB97C6
Text Example
Text Example
White with #FB97C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB97C6; }
p { color: rgb(251,151,198); }
H1.HeaderClassName
{
color: #FB97C6;
}
.AnyTagClassName
{
color: #FB97C6;
}
</style>
background-color css
<style>
a { background-color: #FB97C6; }
a { background-color: rgb(251,151,198); }
div.DivClassName
{
background-color: #FB97C6;
}
.BgClassName
{
background-color: #FB97C6;
}
</style>
border-color css
<style>
span { border-color: #FB97C6; }
span { border-color: rgb(251,151,198); }
td.TdClassName
{
border-color: #FB97C6;
}
.TagClassName
{
border-color: #FB97C6;
}
</style>