Shades of Carnation Pink #FB99C5
Tints of Carnation Pink #FB99C5
RGB
CMYK
RGB Variations
Color information
#FB99C5 (or 0xFB99C5) is known color: Carnation Pink. HEX triplet: FB, 99 and C5. RGB value is (251,153,197). Sum of RGB (Red+Green+Blue) = 251+153+197=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99C5 is #04663A. Grayscale: #BBBBBB. Windows color (decimal): -288315 or 12950011. OLE color: 12950011.
HSL color Cylindrical-coordinate representation of color #FB99C5: hue angle of 333.06º 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 #FB99C5 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 197 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.02 |
| HSL | 333.06º | 0.92% | 0.79% | - |
| HSV(B) | 333.06º | 0.39% | 0.98% | - |
| XYZ | 61.25 | 47.32 | 58.73 | - |
| YUV | 187.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 197 | 0 | 0.39 | 0.22 | 0.02 | 333.06 | 0.92 | 0.79 |
| Hex | FB | 99 | C5 | 0 | 27 | 16 | 2 | 14D | 5C | 4F |
| Octal | 373 | 231 | 305 | 0 | 47 | 26 | 2 | 515 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11000101 | 0 | 100111 | 10110 | 10 | 101001101 | 1011100 | 1001111 |
Color Harmonies of #FB99C5
Complementary color
Monochromatic Colors of #FB99C5
Black with #FB99C5
Text Example
Text Example
White with #FB99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99C5; }
p { color: rgb(251,153,197); }
H1.HeaderClassName
{
color: #FB99C5;
}
.AnyTagClassName
{
color: #FB99C5;
}
</style>
background-color css
<style>
a { background-color: #FB99C5; }
a { background-color: rgb(251,153,197); }
div.DivClassName
{
background-color: #FB99C5;
}
.BgClassName
{
background-color: #FB99C5;
}
</style>
border-color css
<style>
span { border-color: #FB99C5; }
span { border-color: rgb(251,153,197); }
td.TdClassName
{
border-color: #FB99C5;
}
.TagClassName
{
border-color: #FB99C5;
}
</style>