Shades of Cotton Candy #F8BBDD
Tints of Cotton Candy #F8BBDD
RGB
CMYK
RGB Variations
Color information
#F8BBDD (or 0xF8BBDD) is known color: Cotton Candy. HEX triplet: F8, BB and DD. RGB value is (248,187,221). Sum of RGB (Red+Green+Blue) = 248+187+221=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBDD is #074422. Grayscale: #D1D1D1. Windows color (decimal): -476195 or 14531576. OLE color: 14531576.
HSL color Cylindrical-coordinate representation of color #F8BBDD: hue angle of 326.56º 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 #F8BBDD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 221 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.03 |
| HSL | 326.56º | 0.81% | 0.85% | - |
| HSV(B) | 326.56º | 0.25% | 0.97% | - |
| XYZ | 69.53 | 60.72 | 76.46 | - |
| YUV | 209.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 221 | 0 | 0.25 | 0.11 | 0.03 | 326.56 | 0.81 | 0.85 |
| Hex | F8 | BB | DD | 0 | 19 | B | 3 | 147 | 51 | 55 |
| Octal | 370 | 273 | 335 | 0 | 31 | 13 | 3 | 507 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11011101 | 0 | 11001 | 1011 | 11 | 101000111 | 1010001 | 1010101 |
Color Harmonies of #F8BBDD
Complementary color
Monochromatic Colors of #F8BBDD
Black with #F8BBDD
Text Example
Text Example
White with #F8BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBDD; }
p { color: rgb(248,187,221); }
H1.HeaderClassName
{
color: #F8BBDD;
}
.AnyTagClassName
{
color: #F8BBDD;
}
</style>
background-color css
<style>
a { background-color: #F8BBDD; }
a { background-color: rgb(248,187,221); }
div.DivClassName
{
background-color: #F8BBDD;
}
.BgClassName
{
background-color: #F8BBDD;
}
</style>
border-color css
<style>
span { border-color: #F8BBDD; }
span { border-color: rgb(248,187,221); }
td.TdClassName
{
border-color: #F8BBDD;
}
.TagClassName
{
border-color: #F8BBDD;
}
</style>