Shades of Your Pink #FDC1BD
Tints of Your Pink #FDC1BD
RGB
CMYK
RGB Variations
Color information
#FDC1BD (or 0xFDC1BD) is known color: Your Pink. HEX triplet: FD, C1 and BD. RGB value is (253,193,189). Sum of RGB (Red+Green+Blue) = 253+193+189=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1BD is #023E42. Grayscale: #D2D2D2. Windows color (decimal): -147011 or 12435965. OLE color: 12435965.
HSL color Cylindrical-coordinate representation of color #FDC1BD: hue angle of 3.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDC1BD is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 189 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 3.75º | 0.94% | 0.87% | - |
| HSV(B) | 3.75º | 0.25% | 0.99% | - |
| XYZ | 68.76 | 62.7 | 56.62 | - |
| YUV | 210.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 189 | 0 | 0.24 | 0.25 | 0.01 | 3.75 | 0.94 | 0.87 |
| Hex | FD | C1 | BD | 0 | 18 | 19 | 1 | 4 | 5E | 57 |
| Octal | 375 | 301 | 275 | 0 | 30 | 31 | 1 | 4 | 136 | 127 |
| Binary | 11111101 | 11000001 | 10111101 | 0 | 11000 | 11001 | 1 | 100 | 1011110 | 1010111 |
Color Harmonies of #FDC1BD
Complementary color
Monochromatic Colors of #FDC1BD
Black with #FDC1BD
Text Example
Text Example
White with #FDC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1BD; }
p { color: rgb(253,193,189); }
H1.HeaderClassName
{
color: #FDC1BD;
}
.AnyTagClassName
{
color: #FDC1BD;
}
</style>
background-color css
<style>
a { background-color: #FDC1BD; }
a { background-color: rgb(253,193,189); }
div.DivClassName
{
background-color: #FDC1BD;
}
.BgClassName
{
background-color: #FDC1BD;
}
</style>
border-color css
<style>
span { border-color: #FDC1BD; }
span { border-color: rgb(253,193,189); }
td.TdClassName
{
border-color: #FDC1BD;
}
.TagClassName
{
border-color: #FDC1BD;
}
</style>