Shades of Pink #FEC3CE
Tints of Pink #FEC3CE
RGB
CMYK
RGB Variations
Color information
#FEC3CE (or 0xFEC3CE) is known color: Pink. HEX triplet: FE, C3 and CE. RGB value is (254,195,206). Sum of RGB (Red+Green+Blue) = 254+195+206=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CE is #013C31. Grayscale: #D5D5D5. Windows color (decimal): -80946 or 13550590. OLE color: 13550590.
HSL color Cylindrical-coordinate representation of color #FEC3CE: hue angle of 348.81º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3CE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 206 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.00 |
| HSL | 348.81º | 0.97% | 0.88% | - |
| HSV(B) | 348.81º | 0.23% | 1% | - |
| XYZ | 71.53 | 64.56 | 67.08 | - |
| YUV | 213.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 206 | 0 | 0.23 | 0.19 | 0.00 | 348.81 | 0.97 | 0.88 |
| Hex | FE | C3 | CE | 0 | 17 | 13 | 0 | 15D | 61 | 58 |
| Octal | 376 | 303 | 316 | 0 | 27 | 23 | 0 | 535 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11001110 | 0 | 10111 | 10011 | 0 | 101011101 | 1100001 | 1011000 |
Color Harmonies of #FEC3CE
Complementary color
Monochromatic Colors of #FEC3CE
Black with #FEC3CE
Text Example
Text Example
White with #FEC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3CE; }
p { color: rgb(254,195,206); }
H1.HeaderClassName
{
color: #FEC3CE;
}
.AnyTagClassName
{
color: #FEC3CE;
}
</style>
background-color css
<style>
a { background-color: #FEC3CE; }
a { background-color: rgb(254,195,206); }
div.DivClassName
{
background-color: #FEC3CE;
}
.BgClassName
{
background-color: #FEC3CE;
}
</style>
border-color css
<style>
span { border-color: #FEC3CE; }
span { border-color: rgb(254,195,206); }
td.TdClassName
{
border-color: #FEC3CE;
}
.TagClassName
{
border-color: #FEC3CE;
}
</style>