Shades of Pink #F8C1CD
Tints of Pink #F8C1CD
RGB
CMYK
RGB Variations
Color information
#F8C1CD (or 0xF8C1CD) is known color: Pink. HEX triplet: F8, C1 and CD. RGB value is (248,193,205). Sum of RGB (Red+Green+Blue) = 248+193+205=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1CD is #073E32. Grayscale: #D2D2D2. Windows color (decimal): -474675 or 13484536. OLE color: 13484536.
HSL color Cylindrical-coordinate representation of color #F8C1CD: hue angle of 346.91º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C1CD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 205 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.03 |
| HSL | 346.91º | 0.8% | 0.86% | - |
| HSV(B) | 346.91º | 0.22% | 0.97% | - |
| XYZ | 68.8 | 62.5 | 66.2 | - |
| YUV | 210.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 205 | 0 | 0.22 | 0.17 | 0.03 | 346.91 | 0.8 | 0.86 |
| Hex | F8 | C1 | CD | 0 | 16 | 11 | 3 | 15B | 50 | 56 |
| Octal | 370 | 301 | 315 | 0 | 26 | 21 | 3 | 533 | 120 | 126 |
| Binary | 11111000 | 11000001 | 11001101 | 0 | 10110 | 10001 | 11 | 101011011 | 1010000 | 1010110 |
Color Harmonies of #F8C1CD
Complementary color
Monochromatic Colors of #F8C1CD
Black with #F8C1CD
Text Example
Text Example
White with #F8C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C1CD; }
p { color: rgb(248,193,205); }
H1.HeaderClassName
{
color: #F8C1CD;
}
.AnyTagClassName
{
color: #F8C1CD;
}
</style>
background-color css
<style>
a { background-color: #F8C1CD; }
a { background-color: rgb(248,193,205); }
div.DivClassName
{
background-color: #F8C1CD;
}
.BgClassName
{
background-color: #F8C1CD;
}
</style>
border-color css
<style>
span { border-color: #F8C1CD; }
span { border-color: rgb(248,193,205); }
td.TdClassName
{
border-color: #F8C1CD;
}
.TagClassName
{
border-color: #F8C1CD;
}
</style>