Shades of Pink #F8CBCF
Tints of Pink #F8CBCF
RGB
CMYK
RGB Variations
Color information
#F8CBCF (or 0xF8CBCF) is known color: Pink. HEX triplet: F8, CB and CF. RGB value is (248,203,207). Sum of RGB (Red+Green+Blue) = 248+203+207=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBCF is #073430. Grayscale: #D8D8D8. Windows color (decimal): -472113 or 13618168. OLE color: 13618168.
HSL color Cylindrical-coordinate representation of color #F8CBCF: hue angle of 354.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBCF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 207 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.03 |
| HSL | 354.67º | 0.76% | 0.88% | - |
| HSV(B) | 354.67º | 0.18% | 0.97% | - |
| XYZ | 71.33 | 67.17 | 68.24 | - |
| YUV | 216.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 207 | 0 | 0.18 | 0.17 | 0.03 | 354.67 | 0.76 | 0.88 |
| Hex | F8 | CB | CF | 0 | 12 | 11 | 3 | 163 | 4C | 58 |
| Octal | 370 | 313 | 317 | 0 | 22 | 21 | 3 | 543 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11001111 | 0 | 10010 | 10001 | 11 | 101100011 | 1001100 | 1011000 |
Color Harmonies of #F8CBCF
Complementary color
Monochromatic Colors of #F8CBCF
Black with #F8CBCF
Text Example
Text Example
White with #F8CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBCF; }
p { color: rgb(248,203,207); }
H1.HeaderClassName
{
color: #F8CBCF;
}
.AnyTagClassName
{
color: #F8CBCF;
}
</style>
background-color css
<style>
a { background-color: #F8CBCF; }
a { background-color: rgb(248,203,207); }
div.DivClassName
{
background-color: #F8CBCF;
}
.BgClassName
{
background-color: #F8CBCF;
}
</style>
border-color css
<style>
span { border-color: #F8CBCF; }
span { border-color: rgb(248,203,207); }
td.TdClassName
{
border-color: #F8CBCF;
}
.TagClassName
{
border-color: #F8CBCF;
}
</style>