Shades of Pink #FECBCE
Tints of Pink #FECBCE
RGB
CMYK
RGB Variations
Color information
#FECBCE (or 0xFECBCE) is known color: Pink. HEX triplet: FE, CB and CE. RGB value is (254,203,206). Sum of RGB (Red+Green+Blue) = 254+203+206=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBCE is #013431. Grayscale: #DADADA. Windows color (decimal): -78898 or 13552638. OLE color: 13552638.
HSL color Cylindrical-coordinate representation of color #FECBCE: hue angle of 356.47º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBCE is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 206 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.00 |
| HSL | 356.47º | 0.96% | 0.9% | - |
| HSV(B) | 356.47º | 0.2% | 1% | - |
| XYZ | 73.37 | 68.24 | 67.7 | - |
| YUV | 218.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 206 | 0 | 0.20 | 0.19 | 0.00 | 356.47 | 0.96 | 0.9 |
| Hex | FE | CB | CE | 0 | 14 | 13 | 0 | 164 | 60 | 5A |
| Octal | 376 | 313 | 316 | 0 | 24 | 23 | 0 | 544 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11001110 | 0 | 10100 | 10011 | 0 | 101100100 | 1100000 | 1011010 |
Color Harmonies of #FECBCE
Complementary color
Monochromatic Colors of #FECBCE
Black with #FECBCE
Text Example
Text Example
White with #FECBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBCE; }
p { color: rgb(254,203,206); }
H1.HeaderClassName
{
color: #FECBCE;
}
.AnyTagClassName
{
color: #FECBCE;
}
</style>
background-color css
<style>
a { background-color: #FECBCE; }
a { background-color: rgb(254,203,206); }
div.DivClassName
{
background-color: #FECBCE;
}
.BgClassName
{
background-color: #FECBCE;
}
</style>
border-color css
<style>
span { border-color: #FECBCE; }
span { border-color: rgb(254,203,206); }
td.TdClassName
{
border-color: #FECBCE;
}
.TagClassName
{
border-color: #FECBCE;
}
</style>