Shades of Cotton Candy #F8BCD0
Tints of Cotton Candy #F8BCD0
RGB
CMYK
RGB Variations
Color information
#F8BCD0 (or 0xF8BCD0) is known color: Cotton Candy. HEX triplet: F8, BC and D0. RGB value is (248,188,208). Sum of RGB (Red+Green+Blue) = 248+188+208=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCD0 is #07432F. Grayscale: #D0D0D0. Windows color (decimal): -475952 or 13679864. OLE color: 13679864.
HSL color Cylindrical-coordinate representation of color #F8BCD0: hue angle of 340º 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 #F8BCD0 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 208 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.03 |
| HSL | 340º | 0.81% | 0.85% | - |
| HSV(B) | 340º | 0.24% | 0.97% | - |
| XYZ | 68.08 | 60.48 | 67.76 | - |
| YUV | 208.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 208 | 0 | 0.24 | 0.16 | 0.03 | 340 | 0.81 | 0.85 |
| Hex | F8 | BC | D0 | 0 | 18 | 10 | 3 | 154 | 51 | 55 |
| Octal | 370 | 274 | 320 | 0 | 30 | 20 | 3 | 524 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11010000 | 0 | 11000 | 10000 | 11 | 101010100 | 1010001 | 1010101 |
Color Harmonies of #F8BCD0
Complementary color
Monochromatic Colors of #F8BCD0
Black with #F8BCD0
Text Example
Text Example
White with #F8BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCD0; }
p { color: rgb(248,188,208); }
H1.HeaderClassName
{
color: #F8BCD0;
}
.AnyTagClassName
{
color: #F8BCD0;
}
</style>
background-color css
<style>
a { background-color: #F8BCD0; }
a { background-color: rgb(248,188,208); }
div.DivClassName
{
background-color: #F8BCD0;
}
.BgClassName
{
background-color: #F8BCD0;
}
</style>
border-color css
<style>
span { border-color: #F8BCD0; }
span { border-color: rgb(248,188,208); }
td.TdClassName
{
border-color: #F8BCD0;
}
.TagClassName
{
border-color: #F8BCD0;
}
</style>