Shades of Pink #FECBD1
Tints of Pink #FECBD1
RGB
CMYK
RGB Variations
Color information
#FECBD1 (or 0xFECBD1) is known color: Pink. HEX triplet: FE, CB and D1. RGB value is (254,203,209). Sum of RGB (Red+Green+Blue) = 254+203+209=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD1 is #01342E. Grayscale: #DADADA. Windows color (decimal): -78895 or 13749246. OLE color: 13749246.
HSL color Cylindrical-coordinate representation of color #FECBD1: hue angle of 352.94º 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 #FECBD1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 209 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.00 |
| HSL | 352.94º | 0.96% | 0.9% | - |
| HSV(B) | 352.94º | 0.2% | 1% | - |
| XYZ | 73.74 | 68.39 | 69.64 | - |
| YUV | 218.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 209 | 0 | 0.20 | 0.18 | 0.00 | 352.94 | 0.96 | 0.9 |
| Hex | FE | CB | D1 | 0 | 14 | 12 | 0 | 161 | 60 | 5A |
| Octal | 376 | 313 | 321 | 0 | 24 | 22 | 0 | 541 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11010001 | 0 | 10100 | 10010 | 0 | 101100001 | 1100000 | 1011010 |
Color Harmonies of #FECBD1
Complementary color
Monochromatic Colors of #FECBD1
Black with #FECBD1
Text Example
Text Example
White with #FECBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD1; }
p { color: rgb(254,203,209); }
H1.HeaderClassName
{
color: #FECBD1;
}
.AnyTagClassName
{
color: #FECBD1;
}
</style>
background-color css
<style>
a { background-color: #FECBD1; }
a { background-color: rgb(254,203,209); }
div.DivClassName
{
background-color: #FECBD1;
}
.BgClassName
{
background-color: #FECBD1;
}
</style>
border-color css
<style>
span { border-color: #FECBD1; }
span { border-color: rgb(254,203,209); }
td.TdClassName
{
border-color: #FECBD1;
}
.TagClassName
{
border-color: #FECBD1;
}
</style>