Shades of Carnation Pink #FB96C8
Tints of Carnation Pink #FB96C8
RGB
CMYK
RGB Variations
Color information
#FB96C8 (or 0xFB96C8) is known color: Carnation Pink. HEX triplet: FB, 96 and C8. RGB value is (251,150,200). Sum of RGB (Red+Green+Blue) = 251+150+200=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96C8 is #046937. Grayscale: #B9B9B9. Windows color (decimal): -289080 or 13145851. OLE color: 13145851.
HSL color Cylindrical-coordinate representation of color #FB96C8: hue angle of 330.3º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96C8 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 200 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.02 |
| HSL | 330.3º | 0.93% | 0.79% | - |
| HSV(B) | 330.3º | 0.4% | 0.98% | - |
| XYZ | 61.12 | 46.49 | 60.4 | - |
| YUV | 185.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 200 | 0 | 0.40 | 0.20 | 0.02 | 330.3 | 0.93 | 0.79 |
| Hex | FB | 96 | C8 | 0 | 28 | 14 | 2 | 14A | 5D | 4F |
| Octal | 373 | 226 | 310 | 0 | 50 | 24 | 2 | 512 | 135 | 117 |
| Binary | 11111011 | 10010110 | 11001000 | 0 | 101000 | 10100 | 10 | 101001010 | 1011101 | 1001111 |
Color Harmonies of #FB96C8
Complementary color
Monochromatic Colors of #FB96C8
Black with #FB96C8
Text Example
Text Example
White with #FB96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96C8; }
p { color: rgb(251,150,200); }
H1.HeaderClassName
{
color: #FB96C8;
}
.AnyTagClassName
{
color: #FB96C8;
}
</style>
background-color css
<style>
a { background-color: #FB96C8; }
a { background-color: rgb(251,150,200); }
div.DivClassName
{
background-color: #FB96C8;
}
.BgClassName
{
background-color: #FB96C8;
}
</style>
border-color css
<style>
span { border-color: #FB96C8; }
span { border-color: rgb(251,150,200); }
td.TdClassName
{
border-color: #FB96C8;
}
.TagClassName
{
border-color: #FB96C8;
}
</style>