Shades of Pink #FEC5CC
Tints of Pink #FEC5CC
RGB
CMYK
RGB Variations
Color information
#FEC5CC (or 0xFEC5CC) is known color: Pink. HEX triplet: FE, C5 and CC. RGB value is (254,197,204). Sum of RGB (Red+Green+Blue) = 254+197+204=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CC is #013A33. Grayscale: #D6D6D6. Windows color (decimal): -80436 or 13420030. OLE color: 13420030.
HSL color Cylindrical-coordinate representation of color #FEC5CC: hue angle of 352.63º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5CC is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 204 | - |
CMYK | 0 | 0.22 | 0.20 | 0.00 |
HSL | 352.63º | 0.97% | 0.88% | - |
HSV(B) | 352.63º | 0.22% | 1% | - |
XYZ | 71.74 | 65.36 | 65.96 | - |
YUV | 214.84 | 121.88 | 155.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 204 | 0 | 0.22 | 0.20 | 0.00 | 352.63 | 0.97 | 0.88 |
Hex | FE | C5 | CC | 0 | 16 | 14 | 0 | 161 | 61 | 58 |
Octal | 376 | 305 | 314 | 0 | 26 | 24 | 0 | 541 | 141 | 130 |
Binary | 11111110 | 11000101 | 11001100 | 0 | 10110 | 10100 | 0 | 101100001 | 1100001 | 1011000 |
Color Harmonies of #FEC5CC
Complementary color
Monochromatic Colors of #FEC5CC
Black with #FEC5CC
Text Example
Text Example
White with #FEC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5CC; }
p { color: rgb(254,197,204); }
H1.HeaderClassName
{
color: #FEC5CC;
}
.AnyTagClassName
{
color: #FEC5CC;
}
</style>
background-color css
<style>
a { background-color: #FEC5CC; }
a { background-color: rgb(254,197,204); }
div.DivClassName
{
background-color: #FEC5CC;
}
.BgClassName
{
background-color: #FEC5CC;
}
</style>
border-color css
<style>
span { border-color: #FEC5CC; }
span { border-color: rgb(254,197,204); }
td.TdClassName
{
border-color: #FEC5CC;
}
.TagClassName
{
border-color: #FEC5CC;
}
</style>