Shades of Carnation Pink #FB9ECE
Tints of Carnation Pink #FB9ECE
RGB
CMYK
RGB Variations
Color information
#FB9ECE (or 0xFB9ECE) is known color: Carnation Pink. HEX triplet: FB, 9E and CE. RGB value is (251,158,206). Sum of RGB (Red+Green+Blue) = 251+158+206=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ECE is #046131. Grayscale: #BFBFBF. Windows color (decimal): -287026 or 13541115. OLE color: 13541115.
HSL color Cylindrical-coordinate representation of color #FB9ECE: hue angle of 329.03º 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 #FB9ECE is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 206 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 329.03º | 0.92% | 0.8% | - |
| HSV(B) | 329.03º | 0.37% | 0.98% | - |
| XYZ | 63.15 | 49.42 | 64.6 | - |
| YUV | 191.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 206 | 0 | 0.37 | 0.18 | 0.02 | 329.03 | 0.92 | 0.8 |
| Hex | FB | 9E | CE | 0 | 25 | 12 | 2 | 149 | 5C | 50 |
| Octal | 373 | 236 | 316 | 0 | 45 | 22 | 2 | 511 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11001110 | 0 | 100101 | 10010 | 10 | 101001001 | 1011100 | 1010000 |
Color Harmonies of #FB9ECE
Complementary color
Monochromatic Colors of #FB9ECE
Black with #FB9ECE
Text Example
Text Example
White with #FB9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9ECE; }
p { color: rgb(251,158,206); }
H1.HeaderClassName
{
color: #FB9ECE;
}
.AnyTagClassName
{
color: #FB9ECE;
}
</style>
background-color css
<style>
a { background-color: #FB9ECE; }
a { background-color: rgb(251,158,206); }
div.DivClassName
{
background-color: #FB9ECE;
}
.BgClassName
{
background-color: #FB9ECE;
}
</style>
border-color css
<style>
span { border-color: #FB9ECE; }
span { border-color: rgb(251,158,206); }
td.TdClassName
{
border-color: #FB9ECE;
}
.TagClassName
{
border-color: #FB9ECE;
}
</style>