Shades of Pink #FEC2D2
Tints of Pink #FEC2D2
RGB
CMYK
RGB Variations
Color information
#FEC2D2 (or 0xFEC2D2) is known color: Pink. HEX triplet: FE, C2 and D2. RGB value is (254,194,210). Sum of RGB (Red+Green+Blue) = 254+194+210=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D2 is #013D2D. Grayscale: #D5D5D5. Windows color (decimal): -81198 or 13812478. OLE color: 13812478.
HSL color Cylindrical-coordinate representation of color #FEC2D2: hue angle of 344º 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 #FEC2D2 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 210 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.00 |
| HSL | 344º | 0.97% | 0.88% | - |
| HSV(B) | 344º | 0.24% | 1% | - |
| XYZ | 71.8 | 64.31 | 69.6 | - |
| YUV | 213.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 210 | 0 | 0.24 | 0.17 | 0.00 | 344 | 0.97 | 0.88 |
| Hex | FE | C2 | D2 | 0 | 18 | 11 | 0 | 158 | 61 | 58 |
| Octal | 376 | 302 | 322 | 0 | 30 | 21 | 0 | 530 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11010010 | 0 | 11000 | 10001 | 0 | 101011000 | 1100001 | 1011000 |
Color Harmonies of #FEC2D2
Complementary color
Monochromatic Colors of #FEC2D2
Black with #FEC2D2
Text Example
Text Example
White with #FEC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2D2; }
p { color: rgb(254,194,210); }
H1.HeaderClassName
{
color: #FEC2D2;
}
.AnyTagClassName
{
color: #FEC2D2;
}
</style>
background-color css
<style>
a { background-color: #FEC2D2; }
a { background-color: rgb(254,194,210); }
div.DivClassName
{
background-color: #FEC2D2;
}
.BgClassName
{
background-color: #FEC2D2;
}
</style>
border-color css
<style>
span { border-color: #FEC2D2; }
span { border-color: rgb(254,194,210); }
td.TdClassName
{
border-color: #FEC2D2;
}
.TagClassName
{
border-color: #FEC2D2;
}
</style>