Shades of Your Pink #FECABD
Tints of Your Pink #FECABD
RGB
CMYK
RGB Variations
Color information
#FECABD (or 0xFECABD) is known color: Your Pink. HEX triplet: FE, CA and BD. RGB value is (254,202,189). Sum of RGB (Red+Green+Blue) = 254+202+189=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FECABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECABD is #013542. Grayscale: #D8D8D8. Windows color (decimal): -79171 or 12438270. OLE color: 12438270.
HSL color Cylindrical-coordinate representation of color #FECABD: hue angle of 12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FECABD is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 189 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.00 |
| HSL | 12º | 0.97% | 0.87% | - |
| HSV(B) | 12º | 0.26% | 1% | - |
| XYZ | 71.18 | 66.99 | 57.32 | - |
| YUV | 216.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 189 | 0 | 0.20 | 0.26 | 0.00 | 12 | 0.97 | 0.87 |
| Hex | FE | CA | BD | 0 | 14 | 1A | 0 | C | 61 | 57 |
| Octal | 376 | 312 | 275 | 0 | 24 | 32 | 0 | 14 | 141 | 127 |
| Binary | 11111110 | 11001010 | 10111101 | 0 | 10100 | 11010 | 0 | 1100 | 1100001 | 1010111 |
Color Harmonies of #FECABD
Complementary color
Monochromatic Colors of #FECABD
Black with #FECABD
Text Example
Text Example
White with #FECABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECABD; }
p { color: rgb(254,202,189); }
H1.HeaderClassName
{
color: #FECABD;
}
.AnyTagClassName
{
color: #FECABD;
}
</style>
background-color css
<style>
a { background-color: #FECABD; }
a { background-color: rgb(254,202,189); }
div.DivClassName
{
background-color: #FECABD;
}
.BgClassName
{
background-color: #FECABD;
}
</style>
border-color css
<style>
span { border-color: #FECABD; }
span { border-color: rgb(254,202,189); }
td.TdClassName
{
border-color: #FECABD;
}
.TagClassName
{
border-color: #FECABD;
}
</style>