Shades of Your Pink #FECCBE
Tints of Your Pink #FECCBE
RGB
CMYK
RGB Variations
Color information
#FECCBE (or 0xFECCBE) is known color: Your Pink. HEX triplet: FE, CC and BE. RGB value is (254,204,190). Sum of RGB (Red+Green+Blue) = 254+204+190=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBE is #013341. Grayscale: #D9D9D9. Windows color (decimal): -78658 or 12504318. OLE color: 12504318.
HSL color Cylindrical-coordinate representation of color #FECCBE: hue angle of 13.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FECCBE is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 190 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.00 |
| HSL | 13.13º | 0.97% | 0.87% | - |
| HSV(B) | 13.13º | 0.25% | 1% | - |
| XYZ | 71.76 | 67.97 | 58.05 | - |
| YUV | 217.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 190 | 0 | 0.20 | 0.25 | 0.00 | 13.13 | 0.97 | 0.87 |
| Hex | FE | CC | BE | 0 | 14 | 19 | 0 | D | 61 | 57 |
| Octal | 376 | 314 | 276 | 0 | 24 | 31 | 0 | 15 | 141 | 127 |
| Binary | 11111110 | 11001100 | 10111110 | 0 | 10100 | 11001 | 0 | 1101 | 1100001 | 1010111 |
Color Harmonies of #FECCBE
Complementary color
Monochromatic Colors of #FECCBE
Black with #FECCBE
Text Example
Text Example
White with #FECCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCBE; }
p { color: rgb(254,204,190); }
H1.HeaderClassName
{
color: #FECCBE;
}
.AnyTagClassName
{
color: #FECCBE;
}
</style>
background-color css
<style>
a { background-color: #FECCBE; }
a { background-color: rgb(254,204,190); }
div.DivClassName
{
background-color: #FECCBE;
}
.BgClassName
{
background-color: #FECCBE;
}
</style>
border-color css
<style>
span { border-color: #FECCBE; }
span { border-color: rgb(254,204,190); }
td.TdClassName
{
border-color: #FECCBE;
}
.TagClassName
{
border-color: #FECCBE;
}
</style>