Shades of Pink #FECACF
Tints of Pink #FECACF
RGB
CMYK
RGB Variations
Color information
#FECACF (or 0xFECACF) is known color: Pink. HEX triplet: FE, CA and CF. RGB value is (254,202,207). Sum of RGB (Red+Green+Blue) = 254+202+207=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACF is #013530. Grayscale: #DADADA. Windows color (decimal): -79153 or 13617918. OLE color: 13617918.
HSL color Cylindrical-coordinate representation of color #FECACF: hue angle of 354.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECACF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 207 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.00 |
| HSL | 354.23º | 0.96% | 0.89% | - |
| HSV(B) | 354.23º | 0.2% | 1% | - |
| XYZ | 73.26 | 67.82 | 68.26 | - |
| YUV | 218.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 207 | 0 | 0.20 | 0.19 | 0.00 | 354.23 | 0.96 | 0.89 |
| Hex | FE | CA | CF | 0 | 14 | 13 | 0 | 162 | 60 | 59 |
| Octal | 376 | 312 | 317 | 0 | 24 | 23 | 0 | 542 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11001111 | 0 | 10100 | 10011 | 0 | 101100010 | 1100000 | 1011001 |
Color Harmonies of #FECACF
Complementary color
Monochromatic Colors of #FECACF
Black with #FECACF
Text Example
Text Example
White with #FECACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECACF; }
p { color: rgb(254,202,207); }
H1.HeaderClassName
{
color: #FECACF;
}
.AnyTagClassName
{
color: #FECACF;
}
</style>
background-color css
<style>
a { background-color: #FECACF; }
a { background-color: rgb(254,202,207); }
div.DivClassName
{
background-color: #FECACF;
}
.BgClassName
{
background-color: #FECACF;
}
</style>
border-color css
<style>
span { border-color: #FECACF; }
span { border-color: rgb(254,202,207); }
td.TdClassName
{
border-color: #FECACF;
}
.TagClassName
{
border-color: #FECACF;
}
</style>