Shades of Your Pink #FECAB9
Tints of Your Pink #FECAB9
RGB
CMYK
RGB Variations
Color information
#FECAB9 (or 0xFECAB9) is known color: Your Pink. HEX triplet: FE, CA and B9. RGB value is (254,202,185). Sum of RGB (Red+Green+Blue) = 254+202+185=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAB9 is #013546. Grayscale: #D7D7D7. Windows color (decimal): -79175 or 12176126. OLE color: 12176126.
HSL color Cylindrical-coordinate representation of color #FECAB9: hue angle of 14.78º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FECAB9 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 185 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.00 |
| HSL | 14.78º | 0.97% | 0.86% | - |
| HSV(B) | 14.78º | 0.27% | 1% | - |
| XYZ | 70.75 | 66.81 | 55.07 | - |
| YUV | 215.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 185 | 0 | 0.20 | 0.27 | 0.00 | 14.78 | 0.97 | 0.86 |
| Hex | FE | CA | B9 | 0 | 14 | 1B | 0 | F | 61 | 56 |
| Octal | 376 | 312 | 271 | 0 | 24 | 33 | 0 | 17 | 141 | 126 |
| Binary | 11111110 | 11001010 | 10111001 | 0 | 10100 | 11011 | 0 | 1111 | 1100001 | 1010110 |
Color Harmonies of #FECAB9
Complementary color
Monochromatic Colors of #FECAB9
Black with #FECAB9
Text Example
Text Example
White with #FECAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAB9; }
p { color: rgb(254,202,185); }
H1.HeaderClassName
{
color: #FECAB9;
}
.AnyTagClassName
{
color: #FECAB9;
}
</style>
background-color css
<style>
a { background-color: #FECAB9; }
a { background-color: rgb(254,202,185); }
div.DivClassName
{
background-color: #FECAB9;
}
.BgClassName
{
background-color: #FECAB9;
}
</style>
border-color css
<style>
span { border-color: #FECAB9; }
span { border-color: rgb(254,202,185); }
td.TdClassName
{
border-color: #FECAB9;
}
.TagClassName
{
border-color: #FECAB9;
}
</style>