Shades of Cotton Candy #F8BDD8
Tints of Cotton Candy #F8BDD8
RGB
CMYK
RGB Variations
Color information
#F8BDD8 (or 0xF8BDD8) is known color: Cotton Candy. HEX triplet: F8, BD and D8. RGB value is (248,189,216). Sum of RGB (Red+Green+Blue) = 248+189+216=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD8 is #074227. Grayscale: #D1D1D1. Windows color (decimal): -475688 or 14204408. OLE color: 14204408.
HSL color Cylindrical-coordinate representation of color #F8BDD8: hue angle of 332.54º 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 #F8BDD8 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 216 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.03 |
| HSL | 332.54º | 0.81% | 0.86% | - |
| HSV(B) | 332.54º | 0.24% | 0.97% | - |
| XYZ | 69.3 | 61.31 | 73.15 | - |
| YUV | 209.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 216 | 0 | 0.24 | 0.13 | 0.03 | 332.54 | 0.81 | 0.86 |
| Hex | F8 | BD | D8 | 0 | 18 | D | 3 | 14D | 51 | 56 |
| Octal | 370 | 275 | 330 | 0 | 30 | 15 | 3 | 515 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11011000 | 0 | 11000 | 1101 | 11 | 101001101 | 1010001 | 1010110 |
Color Harmonies of #F8BDD8
Complementary color
Monochromatic Colors of #F8BDD8
Black with #F8BDD8
Text Example
Text Example
White with #F8BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDD8; }
p { color: rgb(248,189,216); }
H1.HeaderClassName
{
color: #F8BDD8;
}
.AnyTagClassName
{
color: #F8BDD8;
}
</style>
background-color css
<style>
a { background-color: #F8BDD8; }
a { background-color: rgb(248,189,216); }
div.DivClassName
{
background-color: #F8BDD8;
}
.BgClassName
{
background-color: #F8BDD8;
}
</style>
border-color css
<style>
span { border-color: #F8BDD8; }
span { border-color: rgb(248,189,216); }
td.TdClassName
{
border-color: #F8BDD8;
}
.TagClassName
{
border-color: #F8BDD8;
}
</style>