Shades of Pink #F8C8CD
Tints of Pink #F8C8CD
RGB
CMYK
RGB Variations
Color information
#F8C8CD (or 0xF8C8CD) is known color: Pink. HEX triplet: F8, C8 and CD. RGB value is (248,200,205). Sum of RGB (Red+Green+Blue) = 248+200+205=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C8CD is #073732. Grayscale: #D6D6D6. Windows color (decimal): -472883 or 13486328. OLE color: 13486328.
HSL color Cylindrical-coordinate representation of color #F8C8CD: hue angle of 353.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8C8CD is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 205 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.03 |
| HSL | 353.75º | 0.77% | 0.88% | - |
| HSV(B) | 353.75º | 0.19% | 0.97% | - |
| XYZ | 70.39 | 65.67 | 66.72 | - |
| YUV | 214.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 205 | 0 | 0.19 | 0.17 | 0.03 | 353.75 | 0.77 | 0.88 |
| Hex | F8 | C8 | CD | 0 | 13 | 11 | 3 | 162 | 4D | 58 |
| Octal | 370 | 310 | 315 | 0 | 23 | 21 | 3 | 542 | 115 | 130 |
| Binary | 11111000 | 11001000 | 11001101 | 0 | 10011 | 10001 | 11 | 101100010 | 1001101 | 1011000 |
Color Harmonies of #F8C8CD
Complementary color
Monochromatic Colors of #F8C8CD
Black with #F8C8CD
Text Example
Text Example
White with #F8C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8CD; }
p { color: rgb(248,200,205); }
H1.HeaderClassName
{
color: #F8C8CD;
}
.AnyTagClassName
{
color: #F8C8CD;
}
</style>
background-color css
<style>
a { background-color: #F8C8CD; }
a { background-color: rgb(248,200,205); }
div.DivClassName
{
background-color: #F8C8CD;
}
.BgClassName
{
background-color: #F8C8CD;
}
</style>
border-color css
<style>
span { border-color: #F8C8CD; }
span { border-color: rgb(248,200,205); }
td.TdClassName
{
border-color: #F8C8CD;
}
.TagClassName
{
border-color: #F8C8CD;
}
</style>