Shades of Cotton Candy #F8BCD6
Tints of Cotton Candy #F8BCD6
RGB
CMYK
RGB Variations
Color information
#F8BCD6 (or 0xF8BCD6) is known color: Cotton Candy. HEX triplet: F8, BC and D6. RGB value is (248,188,214). Sum of RGB (Red+Green+Blue) = 248+188+214=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCD6 is #074329. Grayscale: #D0D0D0. Windows color (decimal): -475946 or 14073080. OLE color: 14073080.
HSL color Cylindrical-coordinate representation of color #F8BCD6: hue angle of 334º 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 #F8BCD6 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 214 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.03 |
| HSL | 334º | 0.81% | 0.85% | - |
| HSV(B) | 334º | 0.24% | 0.97% | - |
| XYZ | 68.83 | 60.78 | 71.72 | - |
| YUV | 208.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 214 | 0 | 0.24 | 0.14 | 0.03 | 334 | 0.81 | 0.85 |
| Hex | F8 | BC | D6 | 0 | 18 | E | 3 | 14E | 51 | 55 |
| Octal | 370 | 274 | 326 | 0 | 30 | 16 | 3 | 516 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11010110 | 0 | 11000 | 1110 | 11 | 101001110 | 1010001 | 1010101 |
Color Harmonies of #F8BCD6
Complementary color
Monochromatic Colors of #F8BCD6
Black with #F8BCD6
Text Example
Text Example
White with #F8BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCD6; }
p { color: rgb(248,188,214); }
H1.HeaderClassName
{
color: #F8BCD6;
}
.AnyTagClassName
{
color: #F8BCD6;
}
</style>
background-color css
<style>
a { background-color: #F8BCD6; }
a { background-color: rgb(248,188,214); }
div.DivClassName
{
background-color: #F8BCD6;
}
.BgClassName
{
background-color: #F8BCD6;
}
</style>
border-color css
<style>
span { border-color: #F8BCD6; }
span { border-color: rgb(248,188,214); }
td.TdClassName
{
border-color: #F8BCD6;
}
.TagClassName
{
border-color: #F8BCD6;
}
</style>