Shades of Pink #F8BFCC
Tints of Pink #F8BFCC
RGB
CMYK
RGB Variations
Color information
#F8BFCC (or 0xF8BFCC) is known color: Pink. HEX triplet: F8, BF and CC. RGB value is (248,191,204). Sum of RGB (Red+Green+Blue) = 248+191+204=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFCC is #074033. Grayscale: #D1D1D1. Windows color (decimal): -475188 or 13418488. OLE color: 13418488.
HSL color Cylindrical-coordinate representation of color #F8BFCC: hue angle of 346.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFCC is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 204 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.03 |
| HSL | 346.32º | 0.8% | 0.86% | - |
| HSV(B) | 346.32º | 0.23% | 0.97% | - |
| XYZ | 68.24 | 61.58 | 65.42 | - |
| YUV | 209.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 204 | 0 | 0.23 | 0.18 | 0.03 | 346.32 | 0.8 | 0.86 |
| Hex | F8 | BF | CC | 0 | 17 | 12 | 3 | 15A | 50 | 56 |
| Octal | 370 | 277 | 314 | 0 | 27 | 22 | 3 | 532 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11001100 | 0 | 10111 | 10010 | 11 | 101011010 | 1010000 | 1010110 |
Color Harmonies of #F8BFCC
Complementary color
Monochromatic Colors of #F8BFCC
Black with #F8BFCC
Text Example
Text Example
White with #F8BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFCC; }
p { color: rgb(248,191,204); }
H1.HeaderClassName
{
color: #F8BFCC;
}
.AnyTagClassName
{
color: #F8BFCC;
}
</style>
background-color css
<style>
a { background-color: #F8BFCC; }
a { background-color: rgb(248,191,204); }
div.DivClassName
{
background-color: #F8BFCC;
}
.BgClassName
{
background-color: #F8BFCC;
}
</style>
border-color css
<style>
span { border-color: #F8BFCC; }
span { border-color: rgb(248,191,204); }
td.TdClassName
{
border-color: #F8BFCC;
}
.TagClassName
{
border-color: #F8BFCC;
}
</style>