Shades of Pink #F8C1CB
Tints of Pink #F8C1CB
RGB
CMYK
RGB Variations
Color information
#F8C1CB (or 0xF8C1CB) is known color: Pink. HEX triplet: F8, C1 and CB. RGB value is (248,193,203). Sum of RGB (Red+Green+Blue) = 248+193+203=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1CB is #073E34. Grayscale: #D2D2D2. Windows color (decimal): -474677 or 13353464. OLE color: 13353464.
HSL color Cylindrical-coordinate representation of color #F8C1CB: hue angle of 349.09º 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 #F8C1CB is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 203 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.03 |
| HSL | 349.09º | 0.8% | 0.86% | - |
| HSV(B) | 349.09º | 0.22% | 0.97% | - |
| XYZ | 68.56 | 62.41 | 64.93 | - |
| YUV | 210.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 203 | 0 | 0.22 | 0.18 | 0.03 | 349.09 | 0.8 | 0.86 |
| Hex | F8 | C1 | CB | 0 | 16 | 12 | 3 | 15D | 50 | 56 |
| Octal | 370 | 301 | 313 | 0 | 26 | 22 | 3 | 535 | 120 | 126 |
| Binary | 11111000 | 11000001 | 11001011 | 0 | 10110 | 10010 | 11 | 101011101 | 1010000 | 1010110 |
Color Harmonies of #F8C1CB
Complementary color
Monochromatic Colors of #F8C1CB
Black with #F8C1CB
Text Example
Text Example
White with #F8C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C1CB; }
p { color: rgb(248,193,203); }
H1.HeaderClassName
{
color: #F8C1CB;
}
.AnyTagClassName
{
color: #F8C1CB;
}
</style>
background-color css
<style>
a { background-color: #F8C1CB; }
a { background-color: rgb(248,193,203); }
div.DivClassName
{
background-color: #F8C1CB;
}
.BgClassName
{
background-color: #F8C1CB;
}
</style>
border-color css
<style>
span { border-color: #F8C1CB; }
span { border-color: rgb(248,193,203); }
td.TdClassName
{
border-color: #F8C1CB;
}
.TagClassName
{
border-color: #F8C1CB;
}
</style>