Shades of Carnation Pink #FB99C2
Tints of Carnation Pink #FB99C2
RGB
CMYK
RGB Variations
Color information
#FB99C2 (or 0xFB99C2) is known color: Carnation Pink. HEX triplet: FB, 99 and C2. RGB value is (251,153,194). Sum of RGB (Red+Green+Blue) = 251+153+194=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99C2 is #04663D. Grayscale: #BABABA. Windows color (decimal): -288318 or 12753403. OLE color: 12753403.
HSL color Cylindrical-coordinate representation of color #FB99C2: hue angle of 334.9º 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 #FB99C2 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 194 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.02 |
| HSL | 334.9º | 0.92% | 0.79% | - |
| HSV(B) | 334.9º | 0.39% | 0.98% | - |
| XYZ | 60.91 | 47.19 | 56.94 | - |
| YUV | 186.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 194 | 0 | 0.39 | 0.23 | 0.02 | 334.9 | 0.92 | 0.79 |
| Hex | FB | 99 | C2 | 0 | 27 | 17 | 2 | 14F | 5C | 4F |
| Octal | 373 | 231 | 302 | 0 | 47 | 27 | 2 | 517 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11000010 | 0 | 100111 | 10111 | 10 | 101001111 | 1011100 | 1001111 |
Color Harmonies of #FB99C2
Complementary color
Monochromatic Colors of #FB99C2
Black with #FB99C2
Text Example
Text Example
White with #FB99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99C2; }
p { color: rgb(251,153,194); }
H1.HeaderClassName
{
color: #FB99C2;
}
.AnyTagClassName
{
color: #FB99C2;
}
</style>
background-color css
<style>
a { background-color: #FB99C2; }
a { background-color: rgb(251,153,194); }
div.DivClassName
{
background-color: #FB99C2;
}
.BgClassName
{
background-color: #FB99C2;
}
</style>
border-color css
<style>
span { border-color: #FB99C2; }
span { border-color: rgb(251,153,194); }
td.TdClassName
{
border-color: #FB99C2;
}
.TagClassName
{
border-color: #FB99C2;
}
</style>