Shades of Your Pink #FECCBB
Tints of Your Pink #FECCBB
RGB
CMYK
RGB Variations
Color information
#FECCBB (or 0xFECCBB) is known color: Your Pink. HEX triplet: FE, CC and BB. RGB value is (254,204,187). Sum of RGB (Red+Green+Blue) = 254+204+187=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBB is #013344. Grayscale: #D9D9D9. Windows color (decimal): -78661 or 12307710. OLE color: 12307710.
HSL color Cylindrical-coordinate representation of color #FECCBB: hue angle of 15.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FECCBB is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 187 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.00 |
| HSL | 15.22º | 0.97% | 0.86% | - |
| HSV(B) | 15.22º | 0.26% | 1% | - |
| XYZ | 71.44 | 67.84 | 56.34 | - |
| YUV | 217.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 187 | 0 | 0.20 | 0.26 | 0.00 | 15.22 | 0.97 | 0.86 |
| Hex | FE | CC | BB | 0 | 14 | 1A | 0 | F | 61 | 56 |
| Octal | 376 | 314 | 273 | 0 | 24 | 32 | 0 | 17 | 141 | 126 |
| Binary | 11111110 | 11001100 | 10111011 | 0 | 10100 | 11010 | 0 | 1111 | 1100001 | 1010110 |
Color Harmonies of #FECCBB
Complementary color
Monochromatic Colors of #FECCBB
Black with #FECCBB
Text Example
Text Example
White with #FECCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCBB; }
p { color: rgb(254,204,187); }
H1.HeaderClassName
{
color: #FECCBB;
}
.AnyTagClassName
{
color: #FECCBB;
}
</style>
background-color css
<style>
a { background-color: #FECCBB; }
a { background-color: rgb(254,204,187); }
div.DivClassName
{
background-color: #FECCBB;
}
.BgClassName
{
background-color: #FECCBB;
}
</style>
border-color css
<style>
span { border-color: #FECCBB; }
span { border-color: rgb(254,204,187); }
td.TdClassName
{
border-color: #FECCBB;
}
.TagClassName
{
border-color: #FECCBB;
}
</style>