Shades of Cotton Candy #F8BDD0
Tints of Cotton Candy #F8BDD0
RGB
CMYK
RGB Variations
Color information
#F8BDD0 (or 0xF8BDD0) is known color: Cotton Candy. HEX triplet: F8, BD and D0. RGB value is (248,189,208). Sum of RGB (Red+Green+Blue) = 248+189+208=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD0 is #07422F. Grayscale: #D0D0D0. Windows color (decimal): -475696 or 13680120. OLE color: 13680120.
HSL color Cylindrical-coordinate representation of color #F8BDD0: hue angle of 340.68º 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 #F8BDD0 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 208 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.03 |
| HSL | 340.68º | 0.81% | 0.86% | - |
| HSV(B) | 340.68º | 0.24% | 0.97% | - |
| XYZ | 68.29 | 60.91 | 67.83 | - |
| YUV | 208.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 208 | 0 | 0.24 | 0.16 | 0.03 | 340.68 | 0.81 | 0.86 |
| Hex | F8 | BD | D0 | 0 | 18 | 10 | 3 | 155 | 51 | 56 |
| Octal | 370 | 275 | 320 | 0 | 30 | 20 | 3 | 525 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11010000 | 0 | 11000 | 10000 | 11 | 101010101 | 1010001 | 1010110 |
Color Harmonies of #F8BDD0
Complementary color
Monochromatic Colors of #F8BDD0
Black with #F8BDD0
Text Example
Text Example
White with #F8BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDD0; }
p { color: rgb(248,189,208); }
H1.HeaderClassName
{
color: #F8BDD0;
}
.AnyTagClassName
{
color: #F8BDD0;
}
</style>
background-color css
<style>
a { background-color: #F8BDD0; }
a { background-color: rgb(248,189,208); }
div.DivClassName
{
background-color: #F8BDD0;
}
.BgClassName
{
background-color: #F8BDD0;
}
</style>
border-color css
<style>
span { border-color: #F8BDD0; }
span { border-color: rgb(248,189,208); }
td.TdClassName
{
border-color: #F8BDD0;
}
.TagClassName
{
border-color: #F8BDD0;
}
</style>