Shades of Your Pink #FEC1BE
Tints of Your Pink #FEC1BE
RGB
CMYK
RGB Variations
Color information
#FEC1BE (or 0xFEC1BE) is known color: Your Pink. HEX triplet: FE, C1 and BE. RGB value is (254,193,190). Sum of RGB (Red+Green+Blue) = 254+193+190=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1BE is #013E41. Grayscale: #D2D2D2. Windows color (decimal): -81474 or 12501502. OLE color: 12501502.
HSL color Cylindrical-coordinate representation of color #FEC1BE: hue angle of 2.81º 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 #FEC1BE is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 190 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.00 |
| HSL | 2.81º | 0.97% | 0.87% | - |
| HSV(B) | 2.81º | 0.25% | 1% | - |
| XYZ | 69.24 | 62.93 | 57.21 | - |
| YUV | 210.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 190 | 0 | 0.24 | 0.25 | 0.00 | 2.81 | 0.97 | 0.87 |
| Hex | FE | C1 | BE | 0 | 18 | 19 | 0 | 3 | 61 | 57 |
| Octal | 376 | 301 | 276 | 0 | 30 | 31 | 0 | 3 | 141 | 127 |
| Binary | 11111110 | 11000001 | 10111110 | 0 | 11000 | 11001 | 0 | 11 | 1100001 | 1010111 |
Color Harmonies of #FEC1BE
Complementary color
Monochromatic Colors of #FEC1BE
Black with #FEC1BE
Text Example
Text Example
White with #FEC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1BE; }
p { color: rgb(254,193,190); }
H1.HeaderClassName
{
color: #FEC1BE;
}
.AnyTagClassName
{
color: #FEC1BE;
}
</style>
background-color css
<style>
a { background-color: #FEC1BE; }
a { background-color: rgb(254,193,190); }
div.DivClassName
{
background-color: #FEC1BE;
}
.BgClassName
{
background-color: #FEC1BE;
}
</style>
border-color css
<style>
span { border-color: #FEC1BE; }
span { border-color: rgb(254,193,190); }
td.TdClassName
{
border-color: #FEC1BE;
}
.TagClassName
{
border-color: #FEC1BE;
}
</style>