Shades of Pink #FEC1D2
Tints of Pink #FEC1D2
RGB
CMYK
RGB Variations
Color information
#FEC1D2 (or 0xFEC1D2) is known color: Pink. HEX triplet: FE, C1 and D2. RGB value is (254,193,210). Sum of RGB (Red+Green+Blue) = 254+193+210=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1D2 is #013E2D. Grayscale: #D5D5D5. Windows color (decimal): -81454 or 13812222. OLE color: 13812222.
HSL color Cylindrical-coordinate representation of color #FEC1D2: hue angle of 343.28º 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 #FEC1D2 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 210 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.00 |
| HSL | 343.28º | 0.97% | 0.88% | - |
| HSV(B) | 343.28º | 0.24% | 1% | - |
| XYZ | 71.58 | 63.86 | 69.53 | - |
| YUV | 213.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 210 | 0 | 0.24 | 0.17 | 0.00 | 343.28 | 0.97 | 0.88 |
| Hex | FE | C1 | D2 | 0 | 18 | 11 | 0 | 157 | 61 | 58 |
| Octal | 376 | 301 | 322 | 0 | 30 | 21 | 0 | 527 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11010010 | 0 | 11000 | 10001 | 0 | 101010111 | 1100001 | 1011000 |
Color Harmonies of #FEC1D2
Complementary color
Monochromatic Colors of #FEC1D2
Black with #FEC1D2
Text Example
Text Example
White with #FEC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1D2; }
p { color: rgb(254,193,210); }
H1.HeaderClassName
{
color: #FEC1D2;
}
.AnyTagClassName
{
color: #FEC1D2;
}
</style>
background-color css
<style>
a { background-color: #FEC1D2; }
a { background-color: rgb(254,193,210); }
div.DivClassName
{
background-color: #FEC1D2;
}
.BgClassName
{
background-color: #FEC1D2;
}
</style>
border-color css
<style>
span { border-color: #FEC1D2; }
span { border-color: rgb(254,193,210); }
td.TdClassName
{
border-color: #FEC1D2;
}
.TagClassName
{
border-color: #FEC1D2;
}
</style>