Shades of Carnation Pink #FB97C4
Tints of Carnation Pink #FB97C4
RGB
CMYK
RGB Variations
Color information
#FB97C4 (or 0xFB97C4) is known color: Carnation Pink. HEX triplet: FB, 97 and C4. RGB value is (251,151,196). Sum of RGB (Red+Green+Blue) = 251+151+196=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB97C4 is #04683B. Grayscale: #B9B9B9. Windows color (decimal): -288828 or 12883963. OLE color: 12883963.
HSL color Cylindrical-coordinate representation of color #FB97C4: hue angle of 333º 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 #FB97C4 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 196 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.02 |
| HSL | 333º | 0.93% | 0.79% | - |
| HSV(B) | 333º | 0.4% | 0.98% | - |
| XYZ | 60.81 | 46.63 | 58.02 | - |
| YUV | 186.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 196 | 0 | 0.40 | 0.22 | 0.02 | 333 | 0.93 | 0.79 |
| Hex | FB | 97 | C4 | 0 | 28 | 16 | 2 | 14D | 5D | 4F |
| Octal | 373 | 227 | 304 | 0 | 50 | 26 | 2 | 515 | 135 | 117 |
| Binary | 11111011 | 10010111 | 11000100 | 0 | 101000 | 10110 | 10 | 101001101 | 1011101 | 1001111 |
Color Harmonies of #FB97C4
Complementary color
Monochromatic Colors of #FB97C4
Black with #FB97C4
Text Example
Text Example
White with #FB97C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB97C4; }
p { color: rgb(251,151,196); }
H1.HeaderClassName
{
color: #FB97C4;
}
.AnyTagClassName
{
color: #FB97C4;
}
</style>
background-color css
<style>
a { background-color: #FB97C4; }
a { background-color: rgb(251,151,196); }
div.DivClassName
{
background-color: #FB97C4;
}
.BgClassName
{
background-color: #FB97C4;
}
</style>
border-color css
<style>
span { border-color: #FB97C4; }
span { border-color: rgb(251,151,196); }
td.TdClassName
{
border-color: #FB97C4;
}
.TagClassName
{
border-color: #FB97C4;
}
</style>