Shades of Your Pink #FDC6B3
Tints of Your Pink #FDC6B3
RGB
CMYK
RGB Variations
Color information
#FDC6B3 (or 0xFDC6B3) is known color: Your Pink. HEX triplet: FD, C6 and B3. RGB value is (253,198,179). Sum of RGB (Red+Green+Blue) = 253+198+179=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6B3 is #02394C. Grayscale: #D4D4D4. Windows color (decimal): -145741 or 11781885. OLE color: 11781885.
HSL color Cylindrical-coordinate representation of color #FDC6B3: hue angle of 15.41º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDC6B3 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 179 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.01 |
| HSL | 15.41º | 0.95% | 0.85% | - |
| HSV(B) | 15.41º | 0.29% | 0.99% | - |
| XYZ | 68.84 | 64.53 | 51.47 | - |
| YUV | 212.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 179 | 0 | 0.22 | 0.29 | 0.01 | 15.41 | 0.95 | 0.85 |
| Hex | FD | C6 | B3 | 0 | 16 | 1D | 1 | F | 5F | 55 |
| Octal | 375 | 306 | 263 | 0 | 26 | 35 | 1 | 17 | 137 | 125 |
| Binary | 11111101 | 11000110 | 10110011 | 0 | 10110 | 11101 | 1 | 1111 | 1011111 | 1010101 |
Color Harmonies of #FDC6B3
Complementary color
Monochromatic Colors of #FDC6B3
Black with #FDC6B3
Text Example
Text Example
White with #FDC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6B3; }
p { color: rgb(253,198,179); }
H1.HeaderClassName
{
color: #FDC6B3;
}
.AnyTagClassName
{
color: #FDC6B3;
}
</style>
background-color css
<style>
a { background-color: #FDC6B3; }
a { background-color: rgb(253,198,179); }
div.DivClassName
{
background-color: #FDC6B3;
}
.BgClassName
{
background-color: #FDC6B3;
}
</style>
border-color css
<style>
span { border-color: #FDC6B3; }
span { border-color: rgb(253,198,179); }
td.TdClassName
{
border-color: #FDC6B3;
}
.TagClassName
{
border-color: #FDC6B3;
}
</style>