Shades of Your Pink #FECAC1
Tints of Your Pink #FECAC1
RGB
CMYK
RGB Variations
Color information
#FECAC1 (or 0xFECAC1) is known color: Your Pink. HEX triplet: FE, CA and C1. RGB value is (254,202,193). Sum of RGB (Red+Green+Blue) = 254+202+193=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC1 is #01353E. Grayscale: #D8D8D8. Windows color (decimal): -79167 or 12700414. OLE color: 12700414.
HSL color Cylindrical-coordinate representation of color #FECAC1: hue angle of 8.85º 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 #FECAC1 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 193 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.00 |
| HSL | 8.85º | 0.97% | 0.88% | - |
| HSV(B) | 8.85º | 0.24% | 1% | - |
| XYZ | 71.62 | 67.16 | 59.64 | - |
| YUV | 216.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 193 | 0 | 0.20 | 0.24 | 0.00 | 8.85 | 0.97 | 0.88 |
| Hex | FE | CA | C1 | 0 | 14 | 18 | 0 | 9 | 61 | 58 |
| Octal | 376 | 312 | 301 | 0 | 24 | 30 | 0 | 11 | 141 | 130 |
| Binary | 11111110 | 11001010 | 11000001 | 0 | 10100 | 11000 | 0 | 1001 | 1100001 | 1011000 |
Color Harmonies of #FECAC1
Complementary color
Monochromatic Colors of #FECAC1
Black with #FECAC1
Text Example
Text Example
White with #FECAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAC1; }
p { color: rgb(254,202,193); }
H1.HeaderClassName
{
color: #FECAC1;
}
.AnyTagClassName
{
color: #FECAC1;
}
</style>
background-color css
<style>
a { background-color: #FECAC1; }
a { background-color: rgb(254,202,193); }
div.DivClassName
{
background-color: #FECAC1;
}
.BgClassName
{
background-color: #FECAC1;
}
</style>
border-color css
<style>
span { border-color: #FECAC1; }
span { border-color: rgb(254,202,193); }
td.TdClassName
{
border-color: #FECAC1;
}
.TagClassName
{
border-color: #FECAC1;
}
</style>