Shades of Your Pink #FEC3C1
Tints of Your Pink #FEC3C1
RGB
CMYK
RGB Variations
Color information
#FEC3C1 (or 0xFEC3C1) is known color: Your Pink. HEX triplet: FE, C3 and C1. RGB value is (254,195,193). Sum of RGB (Red+Green+Blue) = 254+195+193=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C1 is #013C3E. Grayscale: #D4D4D4. Windows color (decimal): -80959 or 12698622. OLE color: 12698622.
HSL color Cylindrical-coordinate representation of color #FEC3C1: hue angle of 1.97º 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 #FEC3C1 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 193 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.00 |
| HSL | 1.97º | 0.97% | 0.88% | - |
| HSV(B) | 1.97º | 0.24% | 1% | - |
| XYZ | 70.01 | 63.95 | 59.11 | - |
| YUV | 212.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 193 | 0 | 0.23 | 0.24 | 0.00 | 1.97 | 0.97 | 0.88 |
| Hex | FE | C3 | C1 | 0 | 17 | 18 | 0 | 2 | 61 | 58 |
| Octal | 376 | 303 | 301 | 0 | 27 | 30 | 0 | 2 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11000001 | 0 | 10111 | 11000 | 0 | 10 | 1100001 | 1011000 |
Color Harmonies of #FEC3C1
Complementary color
Monochromatic Colors of #FEC3C1
Black with #FEC3C1
Text Example
Text Example
White with #FEC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3C1; }
p { color: rgb(254,195,193); }
H1.HeaderClassName
{
color: #FEC3C1;
}
.AnyTagClassName
{
color: #FEC3C1;
}
</style>
background-color css
<style>
a { background-color: #FEC3C1; }
a { background-color: rgb(254,195,193); }
div.DivClassName
{
background-color: #FEC3C1;
}
.BgClassName
{
background-color: #FEC3C1;
}
</style>
border-color css
<style>
span { border-color: #FEC3C1; }
span { border-color: rgb(254,195,193); }
td.TdClassName
{
border-color: #FEC3C1;
}
.TagClassName
{
border-color: #FEC3C1;
}
</style>