Shades of Cotton Candy #F8BBCF
Tints of Cotton Candy #F8BBCF
RGB
CMYK
RGB Variations
Color information
#F8BBCF (or 0xF8BBCF) is known color: Cotton Candy. HEX triplet: F8, BB and CF. RGB value is (248,187,207). Sum of RGB (Red+Green+Blue) = 248+187+207=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCF is #074430. Grayscale: #CFCFCF. Windows color (decimal): -476209 or 13614072. OLE color: 13614072.
HSL color Cylindrical-coordinate representation of color #F8BBCF: hue angle of 340.33º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBCF is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 207 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.03 |
| HSL | 340.33º | 0.81% | 0.85% | - |
| HSV(B) | 340.33º | 0.25% | 0.97% | - |
| XYZ | 67.74 | 60 | 67.04 | - |
| YUV | 207.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 207 | 0 | 0.25 | 0.17 | 0.03 | 340.33 | 0.81 | 0.85 |
| Hex | F8 | BB | CF | 0 | 19 | 11 | 3 | 154 | 51 | 55 |
| Octal | 370 | 273 | 317 | 0 | 31 | 21 | 3 | 524 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11001111 | 0 | 11001 | 10001 | 11 | 101010100 | 1010001 | 1010101 |
Color Harmonies of #F8BBCF
Complementary color
Monochromatic Colors of #F8BBCF
Black with #F8BBCF
Text Example
Text Example
White with #F8BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBCF; }
p { color: rgb(248,187,207); }
H1.HeaderClassName
{
color: #F8BBCF;
}
.AnyTagClassName
{
color: #F8BBCF;
}
</style>
background-color css
<style>
a { background-color: #F8BBCF; }
a { background-color: rgb(248,187,207); }
div.DivClassName
{
background-color: #F8BBCF;
}
.BgClassName
{
background-color: #F8BBCF;
}
</style>
border-color css
<style>
span { border-color: #F8BBCF; }
span { border-color: rgb(248,187,207); }
td.TdClassName
{
border-color: #F8BBCF;
}
.TagClassName
{
border-color: #F8BBCF;
}
</style>