Shades of Carnation Pink #FB9BC2
Tints of Carnation Pink #FB9BC2
RGB
CMYK
RGB Variations
Color information
#FB9BC2 (or 0xFB9BC2) is known color: Carnation Pink. HEX triplet: FB, 9B and C2. RGB value is (251,155,194). Sum of RGB (Red+Green+Blue) = 251+155+194=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BC2 is #04643D. Grayscale: #BCBCBC. Windows color (decimal): -287806 or 12753915. OLE color: 12753915.
HSL color Cylindrical-coordinate representation of color #FB9BC2: hue angle of 335.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9BC2 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 194 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.02 |
| HSL | 335.63º | 0.92% | 0.8% | - |
| HSV(B) | 335.63º | 0.38% | 0.98% | - |
| XYZ | 61.24 | 47.85 | 57.05 | - |
| YUV | 188.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 194 | 0 | 0.38 | 0.23 | 0.02 | 335.63 | 0.92 | 0.8 |
| Hex | FB | 9B | C2 | 0 | 26 | 17 | 2 | 150 | 5C | 50 |
| Octal | 373 | 233 | 302 | 0 | 46 | 27 | 2 | 520 | 134 | 120 |
| Binary | 11111011 | 10011011 | 11000010 | 0 | 100110 | 10111 | 10 | 101010000 | 1011100 | 1010000 |
Color Harmonies of #FB9BC2
Complementary color
Monochromatic Colors of #FB9BC2
Black with #FB9BC2
Text Example
Text Example
White with #FB9BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9BC2; }
p { color: rgb(251,155,194); }
H1.HeaderClassName
{
color: #FB9BC2;
}
.AnyTagClassName
{
color: #FB9BC2;
}
</style>
background-color css
<style>
a { background-color: #FB9BC2; }
a { background-color: rgb(251,155,194); }
div.DivClassName
{
background-color: #FB9BC2;
}
.BgClassName
{
background-color: #FB9BC2;
}
</style>
border-color css
<style>
span { border-color: #FB9BC2; }
span { border-color: rgb(251,155,194); }
td.TdClassName
{
border-color: #FB9BC2;
}
.TagClassName
{
border-color: #FB9BC2;
}
</style>