Shades of Cotton Candy #F8BADB
Tints of Cotton Candy #F8BADB
RGB
CMYK
RGB Variations
Color information
#F8BADB (or 0xF8BADB) is known color: Cotton Candy. HEX triplet: F8, BA and DB. RGB value is (248,186,219). Sum of RGB (Red+Green+Blue) = 248+186+219=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BADB is #074524. Grayscale: #D0D0D0. Windows color (decimal): -476453 or 14400248. OLE color: 14400248.
HSL color Cylindrical-coordinate representation of color #F8BADB: hue angle of 328.06º degrees, saturation: 0.82, 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 #F8BADB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 219 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.03 |
| HSL | 328.06º | 0.82% | 0.85% | - |
| HSV(B) | 328.06º | 0.25% | 0.97% | - |
| XYZ | 69.06 | 60.19 | 75 | - |
| YUV | 208.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 219 | 0 | 0.25 | 0.12 | 0.03 | 328.06 | 0.82 | 0.85 |
| Hex | F8 | BA | DB | 0 | 19 | C | 3 | 148 | 52 | 55 |
| Octal | 370 | 272 | 333 | 0 | 31 | 14 | 3 | 510 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11011011 | 0 | 11001 | 1100 | 11 | 101001000 | 1010010 | 1010101 |
Color Harmonies of #F8BADB
Complementary color
Monochromatic Colors of #F8BADB
Black with #F8BADB
Text Example
Text Example
White with #F8BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BADB; }
p { color: rgb(248,186,219); }
H1.HeaderClassName
{
color: #F8BADB;
}
.AnyTagClassName
{
color: #F8BADB;
}
</style>
background-color css
<style>
a { background-color: #F8BADB; }
a { background-color: rgb(248,186,219); }
div.DivClassName
{
background-color: #F8BADB;
}
.BgClassName
{
background-color: #F8BADB;
}
</style>
border-color css
<style>
span { border-color: #F8BADB; }
span { border-color: rgb(248,186,219); }
td.TdClassName
{
border-color: #F8BADB;
}
.TagClassName
{
border-color: #F8BADB;
}
</style>