Shades of Carnation Pink #FB9ECF
Tints of Carnation Pink #FB9ECF
RGB
CMYK
RGB Variations
Color information
#FB9ECF (or 0xFB9ECF) is known color: Carnation Pink. HEX triplet: FB, 9E and CF. RGB value is (251,158,207). Sum of RGB (Red+Green+Blue) = 251+158+207=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ECF is #046130. Grayscale: #BFBFBF. Windows color (decimal): -287025 or 13606651. OLE color: 13606651.
HSL color Cylindrical-coordinate representation of color #FB9ECF: hue angle of 328.39º 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 #FB9ECF is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 207 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 328.39º | 0.92% | 0.8% | - |
| HSV(B) | 328.39º | 0.37% | 0.98% | - |
| XYZ | 63.27 | 49.47 | 65.24 | - |
| YUV | 191.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 207 | 0 | 0.37 | 0.18 | 0.02 | 328.39 | 0.92 | 0.8 |
| Hex | FB | 9E | CF | 0 | 25 | 12 | 2 | 148 | 5C | 50 |
| Octal | 373 | 236 | 317 | 0 | 45 | 22 | 2 | 510 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11001111 | 0 | 100101 | 10010 | 10 | 101001000 | 1011100 | 1010000 |
Color Harmonies of #FB9ECF
Complementary color
Monochromatic Colors of #FB9ECF
Black with #FB9ECF
Text Example
Text Example
White with #FB9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9ECF; }
p { color: rgb(251,158,207); }
H1.HeaderClassName
{
color: #FB9ECF;
}
.AnyTagClassName
{
color: #FB9ECF;
}
</style>
background-color css
<style>
a { background-color: #FB9ECF; }
a { background-color: rgb(251,158,207); }
div.DivClassName
{
background-color: #FB9ECF;
}
.BgClassName
{
background-color: #FB9ECF;
}
</style>
border-color css
<style>
span { border-color: #FB9ECF; }
span { border-color: rgb(251,158,207); }
td.TdClassName
{
border-color: #FB9ECF;
}
.TagClassName
{
border-color: #FB9ECF;
}
</style>