Shades of Your Pink #FECBB9
Tints of Your Pink #FECBB9
RGB
CMYK
RGB Variations
Color information
#FECBB9 (or 0xFECBB9) is known color: Your Pink. HEX triplet: FE, CB and B9. RGB value is (254,203,185). Sum of RGB (Red+Green+Blue) = 254+203+185=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBB9 is #013446. Grayscale: #D8D8D8. Windows color (decimal): -78919 or 12176382. OLE color: 12176382.
HSL color Cylindrical-coordinate representation of color #FECBB9: hue angle of 15.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FECBB9 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 185 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.00 |
| HSL | 15.65º | 0.97% | 0.86% | - |
| HSV(B) | 15.65º | 0.27% | 1% | - |
| XYZ | 70.99 | 67.29 | 55.14 | - |
| YUV | 216.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 185 | 0 | 0.20 | 0.27 | 0.00 | 15.65 | 0.97 | 0.86 |
| Hex | FE | CB | B9 | 0 | 14 | 1B | 0 | 10 | 61 | 56 |
| Octal | 376 | 313 | 271 | 0 | 24 | 33 | 0 | 20 | 141 | 126 |
| Binary | 11111110 | 11001011 | 10111001 | 0 | 10100 | 11011 | 0 | 10000 | 1100001 | 1010110 |
Color Harmonies of #FECBB9
Complementary color
Monochromatic Colors of #FECBB9
Black with #FECBB9
Text Example
Text Example
White with #FECBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBB9; }
p { color: rgb(254,203,185); }
H1.HeaderClassName
{
color: #FECBB9;
}
.AnyTagClassName
{
color: #FECBB9;
}
</style>
background-color css
<style>
a { background-color: #FECBB9; }
a { background-color: rgb(254,203,185); }
div.DivClassName
{
background-color: #FECBB9;
}
.BgClassName
{
background-color: #FECBB9;
}
</style>
border-color css
<style>
span { border-color: #FECBB9; }
span { border-color: rgb(254,203,185); }
td.TdClassName
{
border-color: #FECBB9;
}
.TagClassName
{
border-color: #FECBB9;
}
</style>