Shades of Pink #FEC0D2
Tints of Pink #FEC0D2
RGB
CMYK
RGB Variations
Color information
#FEC0D2 (or 0xFEC0D2) is known color: Pink. HEX triplet: FE, C0 and D2. RGB value is (254,192,210). Sum of RGB (Red+Green+Blue) = 254+192+210=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D2 is #013F2D. Grayscale: #D4D4D4. Windows color (decimal): -81710 or 13811966. OLE color: 13811966.
HSL color Cylindrical-coordinate representation of color #FEC0D2: hue angle of 342.58º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0D2 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 210 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.00 |
| HSL | 342.58º | 0.97% | 0.87% | - |
| HSV(B) | 342.58º | 0.24% | 1% | - |
| XYZ | 71.36 | 63.42 | 69.45 | - |
| YUV | 212.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 210 | 0 | 0.24 | 0.17 | 0.00 | 342.58 | 0.97 | 0.87 |
| Hex | FE | C0 | D2 | 0 | 18 | 11 | 0 | 157 | 61 | 57 |
| Octal | 376 | 300 | 322 | 0 | 30 | 21 | 0 | 527 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11010010 | 0 | 11000 | 10001 | 0 | 101010111 | 1100001 | 1010111 |
Color Harmonies of #FEC0D2
Complementary color
Monochromatic Colors of #FEC0D2
Black with #FEC0D2
Text Example
Text Example
White with #FEC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0D2; }
p { color: rgb(254,192,210); }
H1.HeaderClassName
{
color: #FEC0D2;
}
.AnyTagClassName
{
color: #FEC0D2;
}
</style>
background-color css
<style>
a { background-color: #FEC0D2; }
a { background-color: rgb(254,192,210); }
div.DivClassName
{
background-color: #FEC0D2;
}
.BgClassName
{
background-color: #FEC0D2;
}
</style>
border-color css
<style>
span { border-color: #FEC0D2; }
span { border-color: rgb(254,192,210); }
td.TdClassName
{
border-color: #FEC0D2;
}
.TagClassName
{
border-color: #FEC0D2;
}
</style>