Shades of Your Pink #FECEC1
Tints of Your Pink #FECEC1
RGB
CMYK
RGB Variations
Color information
#FECEC1 (or 0xFECEC1) is known color: Your Pink. HEX triplet: FE, CE and C1. RGB value is (254,206,193). Sum of RGB (Red+Green+Blue) = 254+206+193=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC1 is #01313E. Grayscale: #DADADA. Windows color (decimal): -78143 or 12701438. OLE color: 12701438.
HSL color Cylindrical-coordinate representation of color #FECEC1: hue angle of 12.79º 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 #FECEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 193 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.00 |
| HSL | 12.79º | 0.97% | 0.88% | - |
| HSV(B) | 12.79º | 0.24% | 1% | - |
| XYZ | 72.57 | 69.06 | 59.96 | - |
| YUV | 218.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 193 | 0 | 0.19 | 0.24 | 0.00 | 12.79 | 0.97 | 0.88 |
| Hex | FE | CE | C1 | 0 | 13 | 18 | 0 | D | 61 | 58 |
| Octal | 376 | 316 | 301 | 0 | 23 | 30 | 0 | 15 | 141 | 130 |
| Binary | 11111110 | 11001110 | 11000001 | 0 | 10011 | 11000 | 0 | 1101 | 1100001 | 1011000 |
Color Harmonies of #FECEC1
Complementary color
Monochromatic Colors of #FECEC1
Black with #FECEC1
Text Example
Text Example
White with #FECEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEC1; }
p { color: rgb(254,206,193); }
H1.HeaderClassName
{
color: #FECEC1;
}
.AnyTagClassName
{
color: #FECEC1;
}
</style>
background-color css
<style>
a { background-color: #FECEC1; }
a { background-color: rgb(254,206,193); }
div.DivClassName
{
background-color: #FECEC1;
}
.BgClassName
{
background-color: #FECEC1;
}
</style>
border-color css
<style>
span { border-color: #FECEC1; }
span { border-color: rgb(254,206,193); }
td.TdClassName
{
border-color: #FECEC1;
}
.TagClassName
{
border-color: #FECEC1;
}
</style>