Shades of Pink #FDCBCE
Tints of Pink #FDCBCE
RGB
CMYK
RGB Variations
Color information
#FDCBCE (or 0xFDCBCE) is known color: Pink. HEX triplet: FD, CB and CE. RGB value is (253,203,206). Sum of RGB (Red+Green+Blue) = 253+203+206=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBCE is #023431. Grayscale: #DADADA. Windows color (decimal): -144434 or 13552637. OLE color: 13552637.
HSL color Cylindrical-coordinate representation of color #FDCBCE: hue angle of 356.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBCE is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 206 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 356.4º | 0.93% | 0.89% | - |
| HSV(B) | 356.4º | 0.2% | 0.99% | - |
| XYZ | 73 | 68.05 | 67.68 | - |
| YUV | 218.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 206 | 0 | 0.20 | 0.19 | 0.01 | 356.4 | 0.93 | 0.89 |
| Hex | FD | CB | CE | 0 | 14 | 13 | 1 | 164 | 5D | 59 |
| Octal | 375 | 313 | 316 | 0 | 24 | 23 | 1 | 544 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11001110 | 0 | 10100 | 10011 | 1 | 101100100 | 1011101 | 1011001 |
Color Harmonies of #FDCBCE
Complementary color
Monochromatic Colors of #FDCBCE
Black with #FDCBCE
Text Example
Text Example
White with #FDCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBCE; }
p { color: rgb(253,203,206); }
H1.HeaderClassName
{
color: #FDCBCE;
}
.AnyTagClassName
{
color: #FDCBCE;
}
</style>
background-color css
<style>
a { background-color: #FDCBCE; }
a { background-color: rgb(253,203,206); }
div.DivClassName
{
background-color: #FDCBCE;
}
.BgClassName
{
background-color: #FDCBCE;
}
</style>
border-color css
<style>
span { border-color: #FDCBCE; }
span { border-color: rgb(253,203,206); }
td.TdClassName
{
border-color: #FDCBCE;
}
.TagClassName
{
border-color: #FDCBCE;
}
</style>