Shades of Your Pink #FDC5B2
Tints of Your Pink #FDC5B2
RGB
CMYK
RGB Variations
Color information
#FDC5B2 (or 0xFDC5B2) is known color: Your Pink. HEX triplet: FD, C5 and B2. RGB value is (253,197,178). Sum of RGB (Red+Green+Blue) = 253+197+178=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5B2 is #023A4D. Grayscale: #D3D3D3. Windows color (decimal): -145998 or 11716093. OLE color: 11716093.
HSL color Cylindrical-coordinate representation of color #FDC5B2: hue angle of 15.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDC5B2 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 178 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.01 |
| HSL | 15.2º | 0.95% | 0.85% | - |
| HSV(B) | 15.2º | 0.3% | 0.99% | - |
| XYZ | 68.51 | 64.03 | 50.87 | - |
| YUV | 211.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 178 | 0 | 0.22 | 0.30 | 0.01 | 15.2 | 0.95 | 0.85 |
| Hex | FD | C5 | B2 | 0 | 16 | 1E | 1 | F | 5F | 55 |
| Octal | 375 | 305 | 262 | 0 | 26 | 36 | 1 | 17 | 137 | 125 |
| Binary | 11111101 | 11000101 | 10110010 | 0 | 10110 | 11110 | 1 | 1111 | 1011111 | 1010101 |
Color Harmonies of #FDC5B2
Complementary color
Monochromatic Colors of #FDC5B2
Black with #FDC5B2
Text Example
Text Example
White with #FDC5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5B2; }
p { color: rgb(253,197,178); }
H1.HeaderClassName
{
color: #FDC5B2;
}
.AnyTagClassName
{
color: #FDC5B2;
}
</style>
background-color css
<style>
a { background-color: #FDC5B2; }
a { background-color: rgb(253,197,178); }
div.DivClassName
{
background-color: #FDC5B2;
}
.BgClassName
{
background-color: #FDC5B2;
}
</style>
border-color css
<style>
span { border-color: #FDC5B2; }
span { border-color: rgb(253,197,178); }
td.TdClassName
{
border-color: #FDC5B2;
}
.TagClassName
{
border-color: #FDC5B2;
}
</style>