Shades of Pink #FEC2D1
Tints of Pink #FEC2D1
RGB
CMYK
RGB Variations
Color information
#FEC2D1 (or 0xFEC2D1) is known color: Pink. HEX triplet: FE, C2 and D1. RGB value is (254,194,209). Sum of RGB (Red+Green+Blue) = 254+194+209=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D1 is #013D2E. Grayscale: #D5D5D5. Windows color (decimal): -81199 or 13746942. OLE color: 13746942.
HSL color Cylindrical-coordinate representation of color #FEC2D1: hue angle of 345º 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 #FEC2D1 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 209 | - |
CMYK | 0 | 0.24 | 0.18 | 0.00 |
HSL | 345º | 0.97% | 0.88% | - |
HSV(B) | 345º | 0.24% | 1% | - |
XYZ | 71.67 | 64.26 | 68.95 | - |
YUV | 213.65 | 125.38 | 156.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 209 | 0 | 0.24 | 0.18 | 0.00 | 345 | 0.97 | 0.88 |
Hex | FE | C2 | D1 | 0 | 18 | 12 | 0 | 159 | 61 | 58 |
Octal | 376 | 302 | 321 | 0 | 30 | 22 | 0 | 531 | 141 | 130 |
Binary | 11111110 | 11000010 | 11010001 | 0 | 11000 | 10010 | 0 | 101011001 | 1100001 | 1011000 |
Color Harmonies of #FEC2D1
Complementary color
Monochromatic Colors of #FEC2D1
Black with #FEC2D1
Text Example
Text Example
White with #FEC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2D1; }
p { color: rgb(254,194,209); }
H1.HeaderClassName
{
color: #FEC2D1;
}
.AnyTagClassName
{
color: #FEC2D1;
}
</style>
background-color css
<style>
a { background-color: #FEC2D1; }
a { background-color: rgb(254,194,209); }
div.DivClassName
{
background-color: #FEC2D1;
}
.BgClassName
{
background-color: #FEC2D1;
}
</style>
border-color css
<style>
span { border-color: #FEC2D1; }
span { border-color: rgb(254,194,209); }
td.TdClassName
{
border-color: #FEC2D1;
}
.TagClassName
{
border-color: #FEC2D1;
}
</style>