Shades of Carnation Pink #FB95C0
Tints of Carnation Pink #FB95C0
RGB
CMYK
RGB Variations
Color information
#FB95C0 (or 0xFB95C0) is known color: Carnation Pink. HEX triplet: FB, 95 and C0. RGB value is (251,149,192). Sum of RGB (Red+Green+Blue) = 251+149+192=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95C0 is #046A3F. Grayscale: #B8B8B8. Windows color (decimal): -289344 or 12621307. OLE color: 12621307.
HSL color Cylindrical-coordinate representation of color #FB95C0: hue angle of 334.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95C0 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 192 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.02 |
| HSL | 334.71º | 0.93% | 0.78% | - |
| HSV(B) | 334.71º | 0.41% | 0.98% | - |
| XYZ | 60.05 | 45.81 | 55.55 | - |
| YUV | 184.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 192 | 0 | 0.41 | 0.24 | 0.02 | 334.71 | 0.93 | 0.78 |
| Hex | FB | 95 | C0 | 0 | 29 | 18 | 2 | 14F | 5D | 4E |
| Octal | 373 | 225 | 300 | 0 | 51 | 30 | 2 | 517 | 135 | 116 |
| Binary | 11111011 | 10010101 | 11000000 | 0 | 101001 | 11000 | 10 | 101001111 | 1011101 | 1001110 |
Color Harmonies of #FB95C0
Complementary color
Monochromatic Colors of #FB95C0
Black with #FB95C0
Text Example
Text Example
White with #FB95C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB95C0; }
p { color: rgb(251,149,192); }
H1.HeaderClassName
{
color: #FB95C0;
}
.AnyTagClassName
{
color: #FB95C0;
}
</style>
background-color css
<style>
a { background-color: #FB95C0; }
a { background-color: rgb(251,149,192); }
div.DivClassName
{
background-color: #FB95C0;
}
.BgClassName
{
background-color: #FB95C0;
}
</style>
border-color css
<style>
span { border-color: #FB95C0; }
span { border-color: rgb(251,149,192); }
td.TdClassName
{
border-color: #FB95C0;
}
.TagClassName
{
border-color: #FB95C0;
}
</style>