Shades of Carnation Pink #FB99CE
Tints of Carnation Pink #FB99CE
RGB
CMYK
RGB Variations
Color information
#FB99CE (or 0xFB99CE) is known color: Carnation Pink. HEX triplet: FB, 99 and CE. RGB value is (251,153,206). Sum of RGB (Red+Green+Blue) = 251+153+206=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99CE is #046631. Grayscale: #BCBCBC. Windows color (decimal): -288306 or 13539835. OLE color: 13539835.
HSL color Cylindrical-coordinate representation of color #FB99CE: hue angle of 327.55º 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 #FB99CE is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 206 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.02 |
| HSL | 327.55º | 0.92% | 0.79% | - |
| HSV(B) | 327.55º | 0.39% | 0.98% | - |
| XYZ | 62.32 | 47.75 | 64.32 | - |
| YUV | 188.34 | 137.97 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 206 | 0 | 0.39 | 0.18 | 0.02 | 327.55 | 0.92 | 0.79 |
| Hex | FB | 99 | CE | 0 | 27 | 12 | 2 | 148 | 5C | 4F |
| Octal | 373 | 231 | 316 | 0 | 47 | 22 | 2 | 510 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11001110 | 0 | 100111 | 10010 | 10 | 101001000 | 1011100 | 1001111 |
Color Harmonies of #FB99CE
Complementary color
Monochromatic Colors of #FB99CE
Black with #FB99CE
Text Example
Text Example
White with #FB99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99CE; }
p { color: rgb(251,153,206); }
H1.HeaderClassName
{
color: #FB99CE;
}
.AnyTagClassName
{
color: #FB99CE;
}
</style>
background-color css
<style>
a { background-color: #FB99CE; }
a { background-color: rgb(251,153,206); }
div.DivClassName
{
background-color: #FB99CE;
}
.BgClassName
{
background-color: #FB99CE;
}
</style>
border-color css
<style>
span { border-color: #FB99CE; }
span { border-color: rgb(251,153,206); }
td.TdClassName
{
border-color: #FB99CE;
}
.TagClassName
{
border-color: #FB99CE;
}
</style>