Shades of Your Pink #F8C0BD
Tints of Your Pink #F8C0BD
RGB
CMYK
RGB Variations
Color information
#F8C0BD (or 0xF8C0BD) is known color: Your Pink. HEX triplet: F8, C0 and BD. RGB value is (248,192,189). Sum of RGB (Red+Green+Blue) = 248+192+189=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0BD is #073F42. Grayscale: #D0D0D0. Windows color (decimal): -474947 or 12435704. OLE color: 12435704.
HSL color Cylindrical-coordinate representation of color #F8C0BD: hue angle of 3.05º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8C0BD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 189 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.03 |
| HSL | 3.05º | 0.81% | 0.86% | - |
| HSV(B) | 3.05º | 0.24% | 0.97% | - |
| XYZ | 66.75 | 61.33 | 56.46 | - |
| YUV | 208.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 189 | 0 | 0.23 | 0.24 | 0.03 | 3.05 | 0.81 | 0.86 |
| Hex | F8 | C0 | BD | 0 | 17 | 18 | 3 | 3 | 51 | 56 |
| Octal | 370 | 300 | 275 | 0 | 27 | 30 | 3 | 3 | 121 | 126 |
| Binary | 11111000 | 11000000 | 10111101 | 0 | 10111 | 11000 | 11 | 11 | 1010001 | 1010110 |
Color Harmonies of #F8C0BD
Complementary color
Monochromatic Colors of #F8C0BD
Black with #F8C0BD
Text Example
Text Example
White with #F8C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0BD; }
p { color: rgb(248,192,189); }
H1.HeaderClassName
{
color: #F8C0BD;
}
.AnyTagClassName
{
color: #F8C0BD;
}
</style>
background-color css
<style>
a { background-color: #F8C0BD; }
a { background-color: rgb(248,192,189); }
div.DivClassName
{
background-color: #F8C0BD;
}
.BgClassName
{
background-color: #F8C0BD;
}
</style>
border-color css
<style>
span { border-color: #F8C0BD; }
span { border-color: rgb(248,192,189); }
td.TdClassName
{
border-color: #F8C0BD;
}
.TagClassName
{
border-color: #F8C0BD;
}
</style>