Shades of Your Pink #FECABB
Tints of Your Pink #FECABB
RGB
CMYK
RGB Variations
Color information
#FECABB (or 0xFECABB) is known color: Your Pink. HEX triplet: FE, CA and BB. RGB value is (254,202,187). Sum of RGB (Red+Green+Blue) = 254+202+187=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FECABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECABB is #013544. Grayscale: #D7D7D7. Windows color (decimal): -79173 or 12307198. OLE color: 12307198.
HSL color Cylindrical-coordinate representation of color #FECABB: hue angle of 13.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FECABB is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 187 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.00 |
| HSL | 13.43º | 0.97% | 0.86% | - |
| HSV(B) | 13.43º | 0.26% | 1% | - |
| XYZ | 70.96 | 66.9 | 56.19 | - |
| YUV | 215.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 187 | 0 | 0.20 | 0.26 | 0.00 | 13.43 | 0.97 | 0.86 |
| Hex | FE | CA | BB | 0 | 14 | 1A | 0 | D | 61 | 56 |
| Octal | 376 | 312 | 273 | 0 | 24 | 32 | 0 | 15 | 141 | 126 |
| Binary | 11111110 | 11001010 | 10111011 | 0 | 10100 | 11010 | 0 | 1101 | 1100001 | 1010110 |
Color Harmonies of #FECABB
Complementary color
Monochromatic Colors of #FECABB
Black with #FECABB
Text Example
Text Example
White with #FECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECABB; }
p { color: rgb(254,202,187); }
H1.HeaderClassName
{
color: #FECABB;
}
.AnyTagClassName
{
color: #FECABB;
}
</style>
background-color css
<style>
a { background-color: #FECABB; }
a { background-color: rgb(254,202,187); }
div.DivClassName
{
background-color: #FECABB;
}
.BgClassName
{
background-color: #FECABB;
}
</style>
border-color css
<style>
span { border-color: #FECABB; }
span { border-color: rgb(254,202,187); }
td.TdClassName
{
border-color: #FECABB;
}
.TagClassName
{
border-color: #FECABB;
}
</style>