Shades of Your Pink #FECBBD
Tints of Your Pink #FECBBD
RGB
CMYK
RGB Variations
Color information
#FECBBD (or 0xFECBBD) is known color: Your Pink. HEX triplet: FE, CB and BD. RGB value is (254,203,189). Sum of RGB (Red+Green+Blue) = 254+203+189=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBBD is #013442. Grayscale: #D8D8D8. Windows color (decimal): -78915 or 12438526. OLE color: 12438526.
HSL color Cylindrical-coordinate representation of color #FECBBD: hue angle of 12.92º 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 #FECBBD is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 189 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.00 |
| HSL | 12.92º | 0.97% | 0.87% | - |
| HSV(B) | 12.92º | 0.26% | 1% | - |
| XYZ | 71.41 | 67.46 | 57.4 | - |
| YUV | 216.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 189 | 0 | 0.20 | 0.26 | 0.00 | 12.92 | 0.97 | 0.87 |
| Hex | FE | CB | BD | 0 | 14 | 1A | 0 | D | 61 | 57 |
| Octal | 376 | 313 | 275 | 0 | 24 | 32 | 0 | 15 | 141 | 127 |
| Binary | 11111110 | 11001011 | 10111101 | 0 | 10100 | 11010 | 0 | 1101 | 1100001 | 1010111 |
Color Harmonies of #FECBBD
Complementary color
Monochromatic Colors of #FECBBD
Black with #FECBBD
Text Example
Text Example
White with #FECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBBD; }
p { color: rgb(254,203,189); }
H1.HeaderClassName
{
color: #FECBBD;
}
.AnyTagClassName
{
color: #FECBBD;
}
</style>
background-color css
<style>
a { background-color: #FECBBD; }
a { background-color: rgb(254,203,189); }
div.DivClassName
{
background-color: #FECBBD;
}
.BgClassName
{
background-color: #FECBBD;
}
</style>
border-color css
<style>
span { border-color: #FECBBD; }
span { border-color: rgb(254,203,189); }
td.TdClassName
{
border-color: #FECBBD;
}
.TagClassName
{
border-color: #FECBBD;
}
</style>