Shades of Pink #FEC6D2
Tints of Pink #FEC6D2
RGB
CMYK
RGB Variations
Color information
#FEC6D2 (or 0xFEC6D2) is known color: Pink. HEX triplet: FE, C6 and D2. RGB value is (254,198,210). Sum of RGB (Red+Green+Blue) = 254+198+210=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6D2 is #01392D. Grayscale: #D8D8D8. Windows color (decimal): -80174 or 13813502. OLE color: 13813502.
HSL color Cylindrical-coordinate representation of color #FEC6D2: hue angle of 347.14º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6D2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 210 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.00 |
| HSL | 347.14º | 0.97% | 0.89% | - |
| HSV(B) | 347.14º | 0.22% | 1% | - |
| XYZ | 72.7 | 66.11 | 69.9 | - |
| YUV | 216.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 210 | 0 | 0.22 | 0.17 | 0.00 | 347.14 | 0.97 | 0.89 |
| Hex | FE | C6 | D2 | 0 | 16 | 11 | 0 | 15B | 61 | 59 |
| Octal | 376 | 306 | 322 | 0 | 26 | 21 | 0 | 533 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11010010 | 0 | 10110 | 10001 | 0 | 101011011 | 1100001 | 1011001 |
Color Harmonies of #FEC6D2
Complementary color
Monochromatic Colors of #FEC6D2
Black with #FEC6D2
Text Example
Text Example
White with #FEC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6D2; }
p { color: rgb(254,198,210); }
H1.HeaderClassName
{
color: #FEC6D2;
}
.AnyTagClassName
{
color: #FEC6D2;
}
</style>
background-color css
<style>
a { background-color: #FEC6D2; }
a { background-color: rgb(254,198,210); }
div.DivClassName
{
background-color: #FEC6D2;
}
.BgClassName
{
background-color: #FEC6D2;
}
</style>
border-color css
<style>
span { border-color: #FEC6D2; }
span { border-color: rgb(254,198,210); }
td.TdClassName
{
border-color: #FEC6D2;
}
.TagClassName
{
border-color: #FEC6D2;
}
</style>