Shades of Pink #FECACD
Tints of Pink #FECACD
RGB
CMYK
RGB Variations
Color information
#FECACD (or 0xFECACD) is known color: Pink. HEX triplet: FE, CA and CD. RGB value is (254,202,205). Sum of RGB (Red+Green+Blue) = 254+202+205=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACD is #013532. Grayscale: #D9D9D9. Windows color (decimal): -79155 or 13486846. OLE color: 13486846.
HSL color Cylindrical-coordinate representation of color #FECACD: hue angle of 356.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECACD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 205 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.00 |
| HSL | 356.54º | 0.96% | 0.89% | - |
| HSV(B) | 356.54º | 0.2% | 1% | - |
| XYZ | 73.01 | 67.72 | 66.98 | - |
| YUV | 217.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 205 | 0 | 0.20 | 0.19 | 0.00 | 356.54 | 0.96 | 0.89 |
| Hex | FE | CA | CD | 0 | 14 | 13 | 0 | 165 | 60 | 59 |
| Octal | 376 | 312 | 315 | 0 | 24 | 23 | 0 | 545 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11001101 | 0 | 10100 | 10011 | 0 | 101100101 | 1100000 | 1011001 |
Color Harmonies of #FECACD
Complementary color
Monochromatic Colors of #FECACD
Black with #FECACD
Text Example
Text Example
White with #FECACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECACD; }
p { color: rgb(254,202,205); }
H1.HeaderClassName
{
color: #FECACD;
}
.AnyTagClassName
{
color: #FECACD;
}
</style>
background-color css
<style>
a { background-color: #FECACD; }
a { background-color: rgb(254,202,205); }
div.DivClassName
{
background-color: #FECACD;
}
.BgClassName
{
background-color: #FECACD;
}
</style>
border-color css
<style>
span { border-color: #FECACD; }
span { border-color: rgb(254,202,205); }
td.TdClassName
{
border-color: #FECACD;
}
.TagClassName
{
border-color: #FECACD;
}
</style>