Shades of Cotton Candy #F8BCD9
Tints of Cotton Candy #F8BCD9
RGB
CMYK
RGB Variations
Color information
#F8BCD9 (or 0xF8BCD9) is known color: Cotton Candy. HEX triplet: F8, BC and D9. RGB value is (248,188,217). Sum of RGB (Red+Green+Blue) = 248+188+217=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCD9 is #074326. Grayscale: #D1D1D1. Windows color (decimal): -475943 or 14269688. OLE color: 14269688.
HSL color Cylindrical-coordinate representation of color #F8BCD9: hue angle of 331º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCD9 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 217 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.03 |
| HSL | 331º | 0.81% | 0.85% | - |
| HSV(B) | 331º | 0.24% | 0.97% | - |
| XYZ | 69.22 | 60.93 | 73.76 | - |
| YUV | 209.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 217 | 0 | 0.24 | 0.12 | 0.03 | 331 | 0.81 | 0.85 |
| Hex | F8 | BC | D9 | 0 | 18 | C | 3 | 14B | 51 | 55 |
| Octal | 370 | 274 | 331 | 0 | 30 | 14 | 3 | 513 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11011001 | 0 | 11000 | 1100 | 11 | 101001011 | 1010001 | 1010101 |
Color Harmonies of #F8BCD9
Complementary color
Monochromatic Colors of #F8BCD9
Black with #F8BCD9
Text Example
Text Example
White with #F8BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCD9; }
p { color: rgb(248,188,217); }
H1.HeaderClassName
{
color: #F8BCD9;
}
.AnyTagClassName
{
color: #F8BCD9;
}
</style>
background-color css
<style>
a { background-color: #F8BCD9; }
a { background-color: rgb(248,188,217); }
div.DivClassName
{
background-color: #F8BCD9;
}
.BgClassName
{
background-color: #F8BCD9;
}
</style>
border-color css
<style>
span { border-color: #F8BCD9; }
span { border-color: rgb(248,188,217); }
td.TdClassName
{
border-color: #F8BCD9;
}
.TagClassName
{
border-color: #F8BCD9;
}
</style>