Shades of Pink #FEC7CC
Tints of Pink #FEC7CC
RGB
CMYK
RGB Variations
Color information
#FEC7CC (or 0xFEC7CC) is known color: Pink. HEX triplet: FE, C7 and CC. RGB value is (254,199,204). Sum of RGB (Red+Green+Blue) = 254+199+204=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CC is #013833. Grayscale: #D8D8D8. Windows color (decimal): -79924 or 13420542. OLE color: 13420542.
HSL color Cylindrical-coordinate representation of color #FEC7CC: hue angle of 354.55º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7CC is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 204 | - |
CMYK | 0 | 0.22 | 0.20 | 0.00 |
HSL | 354.55º | 0.96% | 0.89% | - |
HSV(B) | 354.55º | 0.22% | 1% | - |
XYZ | 72.2 | 66.28 | 66.11 | - |
YUV | 216.02 | 121.22 | 155.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 204 | 0 | 0.22 | 0.20 | 0.00 | 354.55 | 0.96 | 0.89 |
Hex | FE | C7 | CC | 0 | 16 | 14 | 0 | 163 | 60 | 59 |
Octal | 376 | 307 | 314 | 0 | 26 | 24 | 0 | 543 | 140 | 131 |
Binary | 11111110 | 11000111 | 11001100 | 0 | 10110 | 10100 | 0 | 101100011 | 1100000 | 1011001 |
Color Harmonies of #FEC7CC
Complementary color
Monochromatic Colors of #FEC7CC
Black with #FEC7CC
Text Example
Text Example
White with #FEC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7CC; }
p { color: rgb(254,199,204); }
H1.HeaderClassName
{
color: #FEC7CC;
}
.AnyTagClassName
{
color: #FEC7CC;
}
</style>
background-color css
<style>
a { background-color: #FEC7CC; }
a { background-color: rgb(254,199,204); }
div.DivClassName
{
background-color: #FEC7CC;
}
.BgClassName
{
background-color: #FEC7CC;
}
</style>
border-color css
<style>
span { border-color: #FEC7CC; }
span { border-color: rgb(254,199,204); }
td.TdClassName
{
border-color: #FEC7CC;
}
.TagClassName
{
border-color: #FEC7CC;
}
</style>