Shades of Pink #FEC3CC
Tints of Pink #FEC3CC
RGB
CMYK
RGB Variations
Color information
#FEC3CC (or 0xFEC3CC) is known color: Pink. HEX triplet: FE, C3 and CC. RGB value is (254,195,204). Sum of RGB (Red+Green+Blue) = 254+195+204=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CC is #013C33. Grayscale: #D5D5D5. Windows color (decimal): -80948 or 13419518. OLE color: 13419518.
HSL color Cylindrical-coordinate representation of color #FEC3CC: hue angle of 350.85º 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 #FEC3CC is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 204 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.00 |
| HSL | 350.85º | 0.97% | 0.88% | - |
| HSV(B) | 350.85º | 0.23% | 1% | - |
| XYZ | 71.29 | 64.46 | 65.81 | - |
| YUV | 213.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 204 | 0 | 0.23 | 0.20 | 0.00 | 350.85 | 0.97 | 0.88 |
| Hex | FE | C3 | CC | 0 | 17 | 14 | 0 | 15F | 61 | 58 |
| Octal | 376 | 303 | 314 | 0 | 27 | 24 | 0 | 537 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11001100 | 0 | 10111 | 10100 | 0 | 101011111 | 1100001 | 1011000 |
Color Harmonies of #FEC3CC
Complementary color
Monochromatic Colors of #FEC3CC
Black with #FEC3CC
Text Example
Text Example
White with #FEC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3CC; }
p { color: rgb(254,195,204); }
H1.HeaderClassName
{
color: #FEC3CC;
}
.AnyTagClassName
{
color: #FEC3CC;
}
</style>
background-color css
<style>
a { background-color: #FEC3CC; }
a { background-color: rgb(254,195,204); }
div.DivClassName
{
background-color: #FEC3CC;
}
.BgClassName
{
background-color: #FEC3CC;
}
</style>
border-color css
<style>
span { border-color: #FEC3CC; }
span { border-color: rgb(254,195,204); }
td.TdClassName
{
border-color: #FEC3CC;
}
.TagClassName
{
border-color: #FEC3CC;
}
</style>