Shades of Carnation Pink #FB9EBD
Tints of Carnation Pink #FB9EBD
RGB
CMYK
RGB Variations
Color information
#FB9EBD (or 0xFB9EBD) is known color: Carnation Pink. HEX triplet: FB, 9E and BD. RGB value is (251,158,189). Sum of RGB (Red+Green+Blue) = 251+158+189=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EBD is #046142. Grayscale: #BDBDBD. Windows color (decimal): -287043 or 12427003. OLE color: 12427003.
HSL color Cylindrical-coordinate representation of color #FB9EBD: hue angle of 340º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9EBD is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 189 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.02 |
| HSL | 340º | 0.92% | 0.8% | - |
| HSV(B) | 340º | 0.37% | 0.98% | - |
| XYZ | 61.2 | 48.64 | 54.31 | - |
| YUV | 189.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 189 | 0 | 0.37 | 0.25 | 0.02 | 340 | 0.92 | 0.8 |
| Hex | FB | 9E | BD | 0 | 25 | 19 | 2 | 154 | 5C | 50 |
| Octal | 373 | 236 | 275 | 0 | 45 | 31 | 2 | 524 | 134 | 120 |
| Binary | 11111011 | 10011110 | 10111101 | 0 | 100101 | 11001 | 10 | 101010100 | 1011100 | 1010000 |
Color Harmonies of #FB9EBD
Complementary color
Monochromatic Colors of #FB9EBD
Black with #FB9EBD
Text Example
Text Example
White with #FB9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EBD; }
p { color: rgb(251,158,189); }
H1.HeaderClassName
{
color: #FB9EBD;
}
.AnyTagClassName
{
color: #FB9EBD;
}
</style>
background-color css
<style>
a { background-color: #FB9EBD; }
a { background-color: rgb(251,158,189); }
div.DivClassName
{
background-color: #FB9EBD;
}
.BgClassName
{
background-color: #FB9EBD;
}
</style>
border-color css
<style>
span { border-color: #FB9EBD; }
span { border-color: rgb(251,158,189); }
td.TdClassName
{
border-color: #FB9EBD;
}
.TagClassName
{
border-color: #FB9EBD;
}
</style>