Shades of Cotton Candy #F8BBDB
Tints of Cotton Candy #F8BBDB
RGB
CMYK
RGB Variations
Color information
#F8BBDB (or 0xF8BBDB) is known color: Cotton Candy. HEX triplet: F8, BB and DB. RGB value is (248,187,219). Sum of RGB (Red+Green+Blue) = 248+187+219=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBDB is #074424. Grayscale: #D0D0D0. Windows color (decimal): -476197 or 14400504. OLE color: 14400504.
HSL color Cylindrical-coordinate representation of color #F8BBDB: hue angle of 328.52º 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 #F8BBDB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 219 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.03 |
| HSL | 328.52º | 0.81% | 0.85% | - |
| HSV(B) | 328.52º | 0.25% | 0.97% | - |
| XYZ | 69.27 | 60.61 | 75.07 | - |
| YUV | 208.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 219 | 0 | 0.25 | 0.12 | 0.03 | 328.52 | 0.81 | 0.85 |
| Hex | F8 | BB | DB | 0 | 19 | C | 3 | 149 | 51 | 55 |
| Octal | 370 | 273 | 333 | 0 | 31 | 14 | 3 | 511 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11011011 | 0 | 11001 | 1100 | 11 | 101001001 | 1010001 | 1010101 |
Color Harmonies of #F8BBDB
Complementary color
Monochromatic Colors of #F8BBDB
Black with #F8BBDB
Text Example
Text Example
White with #F8BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBDB; }
p { color: rgb(248,187,219); }
H1.HeaderClassName
{
color: #F8BBDB;
}
.AnyTagClassName
{
color: #F8BBDB;
}
</style>
background-color css
<style>
a { background-color: #F8BBDB; }
a { background-color: rgb(248,187,219); }
div.DivClassName
{
background-color: #F8BBDB;
}
.BgClassName
{
background-color: #F8BBDB;
}
</style>
border-color css
<style>
span { border-color: #F8BBDB; }
span { border-color: rgb(248,187,219); }
td.TdClassName
{
border-color: #F8BBDB;
}
.TagClassName
{
border-color: #F8BBDB;
}
</style>