Shades of Your Pink #FDC1B5
Tints of Your Pink #FDC1B5
RGB
CMYK
RGB Variations
Color information
#FDC1B5 (or 0xFDC1B5) is known color: Your Pink. HEX triplet: FD, C1 and B5. RGB value is (253,193,181). Sum of RGB (Red+Green+Blue) = 253+193+181=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1B5 is #023E4A. Grayscale: #D1D1D1. Windows color (decimal): -147019 or 11911677. OLE color: 11911677.
HSL color Cylindrical-coordinate representation of color #FDC1B5: hue angle of 10º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDC1B5 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 181 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.01 |
| HSL | 10º | 0.95% | 0.85% | - |
| HSV(B) | 10º | 0.28% | 0.99% | - |
| XYZ | 67.92 | 62.36 | 52.17 | - |
| YUV | 209.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 181 | 0 | 0.24 | 0.28 | 0.01 | 10 | 0.95 | 0.85 |
| Hex | FD | C1 | B5 | 0 | 18 | 1C | 1 | A | 5F | 55 |
| Octal | 375 | 301 | 265 | 0 | 30 | 34 | 1 | 12 | 137 | 125 |
| Binary | 11111101 | 11000001 | 10110101 | 0 | 11000 | 11100 | 1 | 1010 | 1011111 | 1010101 |
Color Harmonies of #FDC1B5
Complementary color
Monochromatic Colors of #FDC1B5
Black with #FDC1B5
Text Example
Text Example
White with #FDC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1B5; }
p { color: rgb(253,193,181); }
H1.HeaderClassName
{
color: #FDC1B5;
}
.AnyTagClassName
{
color: #FDC1B5;
}
</style>
background-color css
<style>
a { background-color: #FDC1B5; }
a { background-color: rgb(253,193,181); }
div.DivClassName
{
background-color: #FDC1B5;
}
.BgClassName
{
background-color: #FDC1B5;
}
</style>
border-color css
<style>
span { border-color: #FDC1B5; }
span { border-color: rgb(253,193,181); }
td.TdClassName
{
border-color: #FDC1B5;
}
.TagClassName
{
border-color: #FDC1B5;
}
</style>