Shades of Carnation Pink #FB99C0
Tints of Carnation Pink #FB99C0
RGB
CMYK
RGB Variations
Color information
#FB99C0 (or 0xFB99C0) is known color: Carnation Pink. HEX triplet: FB, 99 and C0. RGB value is (251,153,192). Sum of RGB (Red+Green+Blue) = 251+153+192=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99C0 is #04663F. Grayscale: #BABABA. Windows color (decimal): -288320 or 12622331. OLE color: 12622331.
HSL color Cylindrical-coordinate representation of color #FB99C0: hue angle of 336.12º 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 #FB99C0 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 192 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 336.12º | 0.92% | 0.79% | - |
| HSV(B) | 336.12º | 0.39% | 0.98% | - |
| XYZ | 60.69 | 47.1 | 55.76 | - |
| YUV | 186.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 192 | 0 | 0.39 | 0.24 | 0.02 | 336.12 | 0.92 | 0.79 |
| Hex | FB | 99 | C0 | 0 | 27 | 18 | 2 | 150 | 5C | 4F |
| Octal | 373 | 231 | 300 | 0 | 47 | 30 | 2 | 520 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11000000 | 0 | 100111 | 11000 | 10 | 101010000 | 1011100 | 1001111 |
Color Harmonies of #FB99C0
Complementary color
Monochromatic Colors of #FB99C0
Black with #FB99C0
Text Example
Text Example
White with #FB99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99C0; }
p { color: rgb(251,153,192); }
H1.HeaderClassName
{
color: #FB99C0;
}
.AnyTagClassName
{
color: #FB99C0;
}
</style>
background-color css
<style>
a { background-color: #FB99C0; }
a { background-color: rgb(251,153,192); }
div.DivClassName
{
background-color: #FB99C0;
}
.BgClassName
{
background-color: #FB99C0;
}
</style>
border-color css
<style>
span { border-color: #FB99C0; }
span { border-color: rgb(251,153,192); }
td.TdClassName
{
border-color: #FB99C0;
}
.TagClassName
{
border-color: #FB99C0;
}
</style>