Shades of Your Pink #FDC8C5
Tints of Your Pink #FDC8C5
RGB
CMYK
RGB Variations
Color information
#FDC8C5 (or 0xFDC8C5) is known color: Your Pink. HEX triplet: FD, C8 and C5. RGB value is (253,200,197). Sum of RGB (Red+Green+Blue) = 253+200+197=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8C5 is #02373A. Grayscale: #D7D7D7. Windows color (decimal): -145211 or 12962045. OLE color: 12962045.
HSL color Cylindrical-coordinate representation of color #FDC8C5: hue angle of 3.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC8C5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 200 | 197 | - |
CMYK | 0 | 0.21 | 0.22 | 0.01 |
HSL | 3.21º | 0.93% | 0.88% | - |
HSV(B) | 3.21º | 0.22% | 0.99% | - |
XYZ | 71.24 | 66.22 | 61.85 | - |
YUV | 215.51 | 117.56 | 154.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 200 | 197 | 0 | 0.21 | 0.22 | 0.01 | 3.21 | 0.93 | 0.88 |
Hex | FD | C8 | C5 | 0 | 15 | 16 | 1 | 3 | 5D | 58 |
Octal | 375 | 310 | 305 | 0 | 25 | 26 | 1 | 3 | 135 | 130 |
Binary | 11111101 | 11001000 | 11000101 | 0 | 10101 | 10110 | 1 | 11 | 1011101 | 1011000 |
Color Harmonies of #FDC8C5
Complementary color
Monochromatic Colors of #FDC8C5
Black with #FDC8C5
Text Example
Text Example
White with #FDC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8C5; }
p { color: rgb(253,200,197); }
H1.HeaderClassName
{
color: #FDC8C5;
}
.AnyTagClassName
{
color: #FDC8C5;
}
</style>
background-color css
<style>
a { background-color: #FDC8C5; }
a { background-color: rgb(253,200,197); }
div.DivClassName
{
background-color: #FDC8C5;
}
.BgClassName
{
background-color: #FDC8C5;
}
</style>
border-color css
<style>
span { border-color: #FDC8C5; }
span { border-color: rgb(253,200,197); }
td.TdClassName
{
border-color: #FDC8C5;
}
.TagClassName
{
border-color: #FDC8C5;
}
</style>