Shades of Cotton Candy #F8BCDC
Tints of Cotton Candy #F8BCDC
RGB
CMYK
RGB Variations
Color information
#F8BCDC (or 0xF8BCDC) is known color: Cotton Candy. HEX triplet: F8, BC and DC. RGB value is (248,188,220). Sum of RGB (Red+Green+Blue) = 248+188+220=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCDC is #074323. Grayscale: #D1D1D1. Windows color (decimal): -475940 or 14466296. OLE color: 14466296.
HSL color Cylindrical-coordinate representation of color #F8BCDC: hue angle of 328º 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 #F8BCDC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 220 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.03 |
| HSL | 328º | 0.81% | 0.85% | - |
| HSV(B) | 328º | 0.24% | 0.97% | - |
| XYZ | 69.61 | 61.09 | 75.83 | - |
| YUV | 209.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 220 | 0 | 0.24 | 0.11 | 0.03 | 328 | 0.81 | 0.85 |
| Hex | F8 | BC | DC | 0 | 18 | B | 3 | 148 | 51 | 55 |
| Octal | 370 | 274 | 334 | 0 | 30 | 13 | 3 | 510 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11011100 | 0 | 11000 | 1011 | 11 | 101001000 | 1010001 | 1010101 |
Color Harmonies of #F8BCDC
Complementary color
Monochromatic Colors of #F8BCDC
Black with #F8BCDC
Text Example
Text Example
White with #F8BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCDC; }
p { color: rgb(248,188,220); }
H1.HeaderClassName
{
color: #F8BCDC;
}
.AnyTagClassName
{
color: #F8BCDC;
}
</style>
background-color css
<style>
a { background-color: #F8BCDC; }
a { background-color: rgb(248,188,220); }
div.DivClassName
{
background-color: #F8BCDC;
}
.BgClassName
{
background-color: #F8BCDC;
}
</style>
border-color css
<style>
span { border-color: #F8BCDC; }
span { border-color: rgb(248,188,220); }
td.TdClassName
{
border-color: #F8BCDC;
}
.TagClassName
{
border-color: #F8BCDC;
}
</style>