Shades of Your Pink #FEC2C1
Tints of Your Pink #FEC2C1
RGB
CMYK
RGB Variations
Color information
#FEC2C1 (or 0xFEC2C1) is known color: Your Pink. HEX triplet: FE, C2 and C1. RGB value is (254,194,193). Sum of RGB (Red+Green+Blue) = 254+194+193=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C1 is #013D3E. Grayscale: #D3D3D3. Windows color (decimal): -81215 or 12698366. OLE color: 12698366.
HSL color Cylindrical-coordinate representation of color #FEC2C1: hue angle of 0.98º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2C1 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 193 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.00 |
| HSL | 0.98º | 0.97% | 0.88% | - |
| HSV(B) | 0.98º | 0.24% | 1% | - |
| XYZ | 69.79 | 63.5 | 59.03 | - |
| YUV | 211.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 193 | 0 | 0.24 | 0.24 | 0.00 | 0.98 | 0.97 | 0.88 |
| Hex | FE | C2 | C1 | 0 | 18 | 18 | 0 | 1 | 61 | 58 |
| Octal | 376 | 302 | 301 | 0 | 30 | 30 | 0 | 1 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11000001 | 0 | 11000 | 11000 | 0 | 1 | 1100001 | 1011000 |
Color Harmonies of #FEC2C1
Complementary color
Monochromatic Colors of #FEC2C1
Black with #FEC2C1
Text Example
Text Example
White with #FEC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C1; }
p { color: rgb(254,194,193); }
H1.HeaderClassName
{
color: #FEC2C1;
}
.AnyTagClassName
{
color: #FEC2C1;
}
</style>
background-color css
<style>
a { background-color: #FEC2C1; }
a { background-color: rgb(254,194,193); }
div.DivClassName
{
background-color: #FEC2C1;
}
.BgClassName
{
background-color: #FEC2C1;
}
</style>
border-color css
<style>
span { border-color: #FEC2C1; }
span { border-color: rgb(254,194,193); }
td.TdClassName
{
border-color: #FEC2C1;
}
.TagClassName
{
border-color: #FEC2C1;
}
</style>