Shades of Your Pink #FEC3BD
Tints of Your Pink #FEC3BD
RGB
CMYK
RGB Variations
Color information
#FEC3BD (or 0xFEC3BD) is known color: Your Pink. HEX triplet: FE, C3 and BD. RGB value is (254,195,189). Sum of RGB (Red+Green+Blue) = 254+195+189=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3BD is #013C42. Grayscale: #D4D4D4. Windows color (decimal): -80963 or 12436478. OLE color: 12436478.
HSL color Cylindrical-coordinate representation of color #FEC3BD: hue angle of 5.54º 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 #FEC3BD is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 189 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.00 |
| HSL | 5.54º | 0.97% | 0.87% | - |
| HSV(B) | 5.54º | 0.26% | 1% | - |
| XYZ | 69.57 | 63.78 | 56.79 | - |
| YUV | 211.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 189 | 0 | 0.23 | 0.26 | 0.00 | 5.54 | 0.97 | 0.87 |
| Hex | FE | C3 | BD | 0 | 17 | 1A | 0 | 6 | 61 | 57 |
| Octal | 376 | 303 | 275 | 0 | 27 | 32 | 0 | 6 | 141 | 127 |
| Binary | 11111110 | 11000011 | 10111101 | 0 | 10111 | 11010 | 0 | 110 | 1100001 | 1010111 |
Color Harmonies of #FEC3BD
Complementary color
Monochromatic Colors of #FEC3BD
Black with #FEC3BD
Text Example
Text Example
White with #FEC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3BD; }
p { color: rgb(254,195,189); }
H1.HeaderClassName
{
color: #FEC3BD;
}
.AnyTagClassName
{
color: #FEC3BD;
}
</style>
background-color css
<style>
a { background-color: #FEC3BD; }
a { background-color: rgb(254,195,189); }
div.DivClassName
{
background-color: #FEC3BD;
}
.BgClassName
{
background-color: #FEC3BD;
}
</style>
border-color css
<style>
span { border-color: #FEC3BD; }
span { border-color: rgb(254,195,189); }
td.TdClassName
{
border-color: #FEC3BD;
}
.TagClassName
{
border-color: #FEC3BD;
}
</style>