Shades of Cotton Candy #F8BDD7
Tints of Cotton Candy #F8BDD7
RGB
CMYK
RGB Variations
Color information
#F8BDD7 (or 0xF8BDD7) is known color: Cotton Candy. HEX triplet: F8, BD and D7. RGB value is (248,189,215). Sum of RGB (Red+Green+Blue) = 248+189+215=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD7 is #074228. Grayscale: #D1D1D1. Windows color (decimal): -475689 or 14138872. OLE color: 14138872.
HSL color Cylindrical-coordinate representation of color #F8BDD7: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDD7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 215 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.03 |
| HSL | 333.56º | 0.81% | 0.86% | - |
| HSV(B) | 333.56º | 0.24% | 0.97% | - |
| XYZ | 69.17 | 61.26 | 72.47 | - |
| YUV | 209.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 215 | 0 | 0.24 | 0.13 | 0.03 | 333.56 | 0.81 | 0.86 |
| Hex | F8 | BD | D7 | 0 | 18 | D | 3 | 14E | 51 | 56 |
| Octal | 370 | 275 | 327 | 0 | 30 | 15 | 3 | 516 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11010111 | 0 | 11000 | 1101 | 11 | 101001110 | 1010001 | 1010110 |
Color Harmonies of #F8BDD7
Complementary color
Monochromatic Colors of #F8BDD7
Black with #F8BDD7
Text Example
Text Example
White with #F8BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDD7; }
p { color: rgb(248,189,215); }
H1.HeaderClassName
{
color: #F8BDD7;
}
.AnyTagClassName
{
color: #F8BDD7;
}
</style>
background-color css
<style>
a { background-color: #F8BDD7; }
a { background-color: rgb(248,189,215); }
div.DivClassName
{
background-color: #F8BDD7;
}
.BgClassName
{
background-color: #F8BDD7;
}
</style>
border-color css
<style>
span { border-color: #F8BDD7; }
span { border-color: rgb(248,189,215); }
td.TdClassName
{
border-color: #F8BDD7;
}
.TagClassName
{
border-color: #F8BDD7;
}
</style>