Shades of Pink #FECBD0
Tints of Pink #FECBD0
RGB
CMYK
RGB Variations
Color information
#FECBD0 (or 0xFECBD0) is known color: Pink. HEX triplet: FE, CB and D0. RGB value is (254,203,208). Sum of RGB (Red+Green+Blue) = 254+203+208=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD0 is #01342F. Grayscale: #DADADA. Windows color (decimal): -78896 or 13683710. OLE color: 13683710.
HSL color Cylindrical-coordinate representation of color #FECBD0: hue angle of 354.12º 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 #FECBD0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 208 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.00 |
| HSL | 354.12º | 0.96% | 0.9% | - |
| HSV(B) | 354.12º | 0.2% | 1% | - |
| XYZ | 73.61 | 68.34 | 68.98 | - |
| YUV | 218.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 208 | 0 | 0.20 | 0.18 | 0.00 | 354.12 | 0.96 | 0.9 |
| Hex | FE | CB | D0 | 0 | 14 | 12 | 0 | 162 | 60 | 5A |
| Octal | 376 | 313 | 320 | 0 | 24 | 22 | 0 | 542 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11010000 | 0 | 10100 | 10010 | 0 | 101100010 | 1100000 | 1011010 |
Color Harmonies of #FECBD0
Complementary color
Monochromatic Colors of #FECBD0
Black with #FECBD0
Text Example
Text Example
White with #FECBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD0; }
p { color: rgb(254,203,208); }
H1.HeaderClassName
{
color: #FECBD0;
}
.AnyTagClassName
{
color: #FECBD0;
}
</style>
background-color css
<style>
a { background-color: #FECBD0; }
a { background-color: rgb(254,203,208); }
div.DivClassName
{
background-color: #FECBD0;
}
.BgClassName
{
background-color: #FECBD0;
}
</style>
border-color css
<style>
span { border-color: #FECBD0; }
span { border-color: rgb(254,203,208); }
td.TdClassName
{
border-color: #FECBD0;
}
.TagClassName
{
border-color: #FECBD0;
}
</style>