Shades of Your Pink #FECABA
Tints of Your Pink #FECABA
RGB
CMYK
RGB Variations
Color information
#FECABA (or 0xFECABA) is known color: Your Pink. HEX triplet: FE, CA and BA. RGB value is (254,202,186). Sum of RGB (Red+Green+Blue) = 254+202+186=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FECABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECABA is #013545. Grayscale: #D7D7D7. Windows color (decimal): -79174 or 12241662. OLE color: 12241662.
HSL color Cylindrical-coordinate representation of color #FECABA: hue angle of 14.12º 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 #FECABA is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 186 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.00 |
| HSL | 14.12º | 0.97% | 0.86% | - |
| HSV(B) | 14.12º | 0.27% | 1% | - |
| XYZ | 70.86 | 66.86 | 55.62 | - |
| YUV | 215.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 186 | 0 | 0.20 | 0.27 | 0.00 | 14.12 | 0.97 | 0.86 |
| Hex | FE | CA | BA | 0 | 14 | 1B | 0 | E | 61 | 56 |
| Octal | 376 | 312 | 272 | 0 | 24 | 33 | 0 | 16 | 141 | 126 |
| Binary | 11111110 | 11001010 | 10111010 | 0 | 10100 | 11011 | 0 | 1110 | 1100001 | 1010110 |
Color Harmonies of #FECABA
Complementary color
Monochromatic Colors of #FECABA
Black with #FECABA
Text Example
Text Example
White with #FECABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECABA; }
p { color: rgb(254,202,186); }
H1.HeaderClassName
{
color: #FECABA;
}
.AnyTagClassName
{
color: #FECABA;
}
</style>
background-color css
<style>
a { background-color: #FECABA; }
a { background-color: rgb(254,202,186); }
div.DivClassName
{
background-color: #FECABA;
}
.BgClassName
{
background-color: #FECABA;
}
</style>
border-color css
<style>
span { border-color: #FECABA; }
span { border-color: rgb(254,202,186); }
td.TdClassName
{
border-color: #FECABA;
}
.TagClassName
{
border-color: #FECABA;
}
</style>