Shades of Your Pink #FEC3BC
Tints of Your Pink #FEC3BC
RGB
CMYK
RGB Variations
Color information
#FEC3BC (or 0xFEC3BC) is known color: Your Pink. HEX triplet: FE, C3 and BC. RGB value is (254,195,188). Sum of RGB (Red+Green+Blue) = 254+195+188=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3BC is #013C43. Grayscale: #D3D3D3. Windows color (decimal): -80964 or 12370942. OLE color: 12370942.
HSL color Cylindrical-coordinate representation of color #FEC3BC: hue angle of 6.36º 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 #FEC3BC is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 188 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.00 |
| HSL | 6.36º | 0.97% | 0.87% | - |
| HSV(B) | 6.36º | 0.26% | 1% | - |
| XYZ | 69.47 | 63.73 | 56.22 | - |
| YUV | 211.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 188 | 0 | 0.23 | 0.26 | 0.00 | 6.36 | 0.97 | 0.87 |
| Hex | FE | C3 | BC | 0 | 17 | 1A | 0 | 6 | 61 | 57 |
| Octal | 376 | 303 | 274 | 0 | 27 | 32 | 0 | 6 | 141 | 127 |
| Binary | 11111110 | 11000011 | 10111100 | 0 | 10111 | 11010 | 0 | 110 | 1100001 | 1010111 |
Color Harmonies of #FEC3BC
Complementary color
Monochromatic Colors of #FEC3BC
Black with #FEC3BC
Text Example
Text Example
White with #FEC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3BC; }
p { color: rgb(254,195,188); }
H1.HeaderClassName
{
color: #FEC3BC;
}
.AnyTagClassName
{
color: #FEC3BC;
}
</style>
background-color css
<style>
a { background-color: #FEC3BC; }
a { background-color: rgb(254,195,188); }
div.DivClassName
{
background-color: #FEC3BC;
}
.BgClassName
{
background-color: #FEC3BC;
}
</style>
border-color css
<style>
span { border-color: #FEC3BC; }
span { border-color: rgb(254,195,188); }
td.TdClassName
{
border-color: #FEC3BC;
}
.TagClassName
{
border-color: #FEC3BC;
}
</style>