Shades of Your Pink #FECDC1
Tints of Your Pink #FECDC1
RGB
CMYK
RGB Variations
Color information
#FECDC1 (or 0xFECDC1) is known color: Your Pink. HEX triplet: FE, CD and C1. RGB value is (254,205,193). Sum of RGB (Red+Green+Blue) = 254+205+193=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC1 is #01323E. Grayscale: #DADADA. Windows color (decimal): -78399 or 12701182. OLE color: 12701182.
HSL color Cylindrical-coordinate representation of color #FECDC1: hue angle of 11.8º 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 #FECDC1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 193 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.00 |
| HSL | 11.8º | 0.97% | 0.88% | - |
| HSV(B) | 11.8º | 0.24% | 1% | - |
| XYZ | 72.33 | 68.58 | 59.88 | - |
| YUV | 218.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 193 | 0 | 0.19 | 0.24 | 0.00 | 11.8 | 0.97 | 0.88 |
| Hex | FE | CD | C1 | 0 | 13 | 18 | 0 | C | 61 | 58 |
| Octal | 376 | 315 | 301 | 0 | 23 | 30 | 0 | 14 | 141 | 130 |
| Binary | 11111110 | 11001101 | 11000001 | 0 | 10011 | 11000 | 0 | 1100 | 1100001 | 1011000 |
Color Harmonies of #FECDC1
Complementary color
Monochromatic Colors of #FECDC1
Black with #FECDC1
Text Example
Text Example
White with #FECDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDC1; }
p { color: rgb(254,205,193); }
H1.HeaderClassName
{
color: #FECDC1;
}
.AnyTagClassName
{
color: #FECDC1;
}
</style>
background-color css
<style>
a { background-color: #FECDC1; }
a { background-color: rgb(254,205,193); }
div.DivClassName
{
background-color: #FECDC1;
}
.BgClassName
{
background-color: #FECDC1;
}
</style>
border-color css
<style>
span { border-color: #FECDC1; }
span { border-color: rgb(254,205,193); }
td.TdClassName
{
border-color: #FECDC1;
}
.TagClassName
{
border-color: #FECDC1;
}
</style>