Shades of Pink #FEC3CF
Tints of Pink #FEC3CF
RGB
CMYK
RGB Variations
Color information
#FEC3CF (or 0xFEC3CF) is known color: Pink. HEX triplet: FE, C3 and CF. RGB value is (254,195,207). Sum of RGB (Red+Green+Blue) = 254+195+207=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CF is #013C30. Grayscale: #D6D6D6. Windows color (decimal): -80945 or 13616126. OLE color: 13616126.
HSL color Cylindrical-coordinate representation of color #FEC3CF: hue angle of 347.8º 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 #FEC3CF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 207 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.00 |
| HSL | 347.8º | 0.97% | 0.88% | - |
| HSV(B) | 347.8º | 0.23% | 1% | - |
| XYZ | 71.65 | 64.61 | 67.73 | - |
| YUV | 214.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 207 | 0 | 0.23 | 0.19 | 0.00 | 347.8 | 0.97 | 0.88 |
| Hex | FE | C3 | CF | 0 | 17 | 13 | 0 | 15C | 61 | 58 |
| Octal | 376 | 303 | 317 | 0 | 27 | 23 | 0 | 534 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11001111 | 0 | 10111 | 10011 | 0 | 101011100 | 1100001 | 1011000 |
Color Harmonies of #FEC3CF
Complementary color
Monochromatic Colors of #FEC3CF
Black with #FEC3CF
Text Example
Text Example
White with #FEC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3CF; }
p { color: rgb(254,195,207); }
H1.HeaderClassName
{
color: #FEC3CF;
}
.AnyTagClassName
{
color: #FEC3CF;
}
</style>
background-color css
<style>
a { background-color: #FEC3CF; }
a { background-color: rgb(254,195,207); }
div.DivClassName
{
background-color: #FEC3CF;
}
.BgClassName
{
background-color: #FEC3CF;
}
</style>
border-color css
<style>
span { border-color: #FEC3CF; }
span { border-color: rgb(254,195,207); }
td.TdClassName
{
border-color: #FEC3CF;
}
.TagClassName
{
border-color: #FEC3CF;
}
</style>