Shades of Your Pink #FEC2BD
Tints of Your Pink #FEC2BD
RGB
CMYK
RGB Variations
Color information
#FEC2BD (or 0xFEC2BD) is known color: Your Pink. HEX triplet: FE, C2 and BD. RGB value is (254,194,189). Sum of RGB (Red+Green+Blue) = 254+194+189=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2BD is #013D42. Grayscale: #D3D3D3. Windows color (decimal): -81219 or 12436222. OLE color: 12436222.
HSL color Cylindrical-coordinate representation of color #FEC2BD: hue angle of 4.62º 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 #FEC2BD is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 189 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.00 |
| HSL | 4.62º | 0.97% | 0.87% | - |
| HSV(B) | 4.62º | 0.26% | 1% | - |
| XYZ | 69.35 | 63.33 | 56.71 | - |
| YUV | 211.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 189 | 0 | 0.24 | 0.26 | 0.00 | 4.62 | 0.97 | 0.87 |
| Hex | FE | C2 | BD | 0 | 18 | 1A | 0 | 5 | 61 | 57 |
| Octal | 376 | 302 | 275 | 0 | 30 | 32 | 0 | 5 | 141 | 127 |
| Binary | 11111110 | 11000010 | 10111101 | 0 | 11000 | 11010 | 0 | 101 | 1100001 | 1010111 |
Color Harmonies of #FEC2BD
Complementary color
Monochromatic Colors of #FEC2BD
Black with #FEC2BD
Text Example
Text Example
White with #FEC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2BD; }
p { color: rgb(254,194,189); }
H1.HeaderClassName
{
color: #FEC2BD;
}
.AnyTagClassName
{
color: #FEC2BD;
}
</style>
background-color css
<style>
a { background-color: #FEC2BD; }
a { background-color: rgb(254,194,189); }
div.DivClassName
{
background-color: #FEC2BD;
}
.BgClassName
{
background-color: #FEC2BD;
}
</style>
border-color css
<style>
span { border-color: #FEC2BD; }
span { border-color: rgb(254,194,189); }
td.TdClassName
{
border-color: #FEC2BD;
}
.TagClassName
{
border-color: #FEC2BD;
}
</style>