Shades of Cotton Candy #F8BDD9
Tints of Cotton Candy #F8BDD9
RGB
CMYK
RGB Variations
Color information
#F8BDD9 (or 0xF8BDD9) is known color: Cotton Candy. HEX triplet: F8, BD and D9. RGB value is (248,189,217). Sum of RGB (Red+Green+Blue) = 248+189+217=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD9 is #074226. Grayscale: #D1D1D1. Windows color (decimal): -475687 or 14269944. OLE color: 14269944.
HSL color Cylindrical-coordinate representation of color #F8BDD9: hue angle of 331.53º 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 #F8BDD9 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 217 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.03 |
| HSL | 331.53º | 0.81% | 0.86% | - |
| HSV(B) | 331.53º | 0.24% | 0.97% | - |
| XYZ | 69.43 | 61.36 | 73.83 | - |
| YUV | 209.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 217 | 0 | 0.24 | 0.12 | 0.03 | 331.53 | 0.81 | 0.86 |
| Hex | F8 | BD | D9 | 0 | 18 | C | 3 | 14C | 51 | 56 |
| Octal | 370 | 275 | 331 | 0 | 30 | 14 | 3 | 514 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11011001 | 0 | 11000 | 1100 | 11 | 101001100 | 1010001 | 1010110 |
Color Harmonies of #F8BDD9
Complementary color
Monochromatic Colors of #F8BDD9
Black with #F8BDD9
Text Example
Text Example
White with #F8BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDD9; }
p { color: rgb(248,189,217); }
H1.HeaderClassName
{
color: #F8BDD9;
}
.AnyTagClassName
{
color: #F8BDD9;
}
</style>
background-color css
<style>
a { background-color: #F8BDD9; }
a { background-color: rgb(248,189,217); }
div.DivClassName
{
background-color: #F8BDD9;
}
.BgClassName
{
background-color: #F8BDD9;
}
</style>
border-color css
<style>
span { border-color: #F8BDD9; }
span { border-color: rgb(248,189,217); }
td.TdClassName
{
border-color: #F8BDD9;
}
.TagClassName
{
border-color: #F8BDD9;
}
</style>