Shades of Cotton Candy #FFB8D0
Tints of Cotton Candy #FFB8D0
RGB
CMYK
RGB Variations
Color information
#FFB8D0 (or 0xFFB8D0) is known color: Cotton Candy. HEX triplet: FF, B8 and D0. RGB value is (255,184,208). Sum of RGB (Red+Green+Blue) = 255+184+208=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D0 is #00472F. Grayscale: #CFCFCF. Windows color (decimal): -18224 or 13678847. OLE color: 13678847.
HSL color Cylindrical-coordinate representation of color #FFB8D0: hue angle of 339.72º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8D0 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 208 | - |
| CMYK | 0 | 0.28 | 0.18 | 0 |
| HSL | 339.72º | 1% | 0.86% | - |
| HSV(B) | 339.72º | 0.28% | 1% | - |
| XYZ | 69.77 | 60.1 | 67.6 | - |
| YUV | 207.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 208 | 0 | 0.28 | 0.18 | 0 | 339.72 | 1 | 0.86 |
| Hex | FF | B8 | D0 | 0 | 1C | 12 | 0 | 154 | 64 | 56 |
| Octal | 377 | 270 | 320 | 0 | 34 | 22 | 0 | 524 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11010000 | 0 | 11100 | 10010 | 0 | 101010100 | 1100100 | 1010110 |
Color Harmonies of #FFB8D0
Complementary color
Monochromatic Colors of #FFB8D0
Black with #FFB8D0
Text Example
Text Example
White with #FFB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D0; }
p { color: rgb(255,184,208); }
H1.HeaderClassName
{
color: #FFB8D0;
}
.AnyTagClassName
{
color: #FFB8D0;
}
</style>
background-color css
<style>
a { background-color: #FFB8D0; }
a { background-color: rgb(255,184,208); }
div.DivClassName
{
background-color: #FFB8D0;
}
.BgClassName
{
background-color: #FFB8D0;
}
</style>
border-color css
<style>
span { border-color: #FFB8D0; }
span { border-color: rgb(255,184,208); }
td.TdClassName
{
border-color: #FFB8D0;
}
.TagClassName
{
border-color: #FFB8D0;
}
</style>