Shades of Cotton Candy #FFB8D9
Tints of Cotton Candy #FFB8D9
RGB
CMYK
RGB Variations
Color information
#FFB8D9 (or 0xFFB8D9) is known color: Cotton Candy. HEX triplet: FF, B8 and D9. RGB value is (255,184,217). Sum of RGB (Red+Green+Blue) = 255+184+217=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D9 is #004726. Grayscale: #D0D0D0. Windows color (decimal): -18215 or 14268671. OLE color: 14268671.
HSL color Cylindrical-coordinate representation of color #FFB8D9: hue angle of 332.11º 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 #FFB8D9 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 217 | - |
| CMYK | 0 | 0.28 | 0.15 | 0 |
| HSL | 332.11º | 1% | 0.86% | - |
| HSV(B) | 332.11º | 0.28% | 1% | - |
| XYZ | 70.9 | 60.55 | 73.6 | - |
| YUV | 208.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 217 | 0 | 0.28 | 0.15 | 0 | 332.11 | 1 | 0.86 |
| Hex | FF | B8 | D9 | 0 | 1C | F | 0 | 14C | 64 | 56 |
| Octal | 377 | 270 | 331 | 0 | 34 | 17 | 0 | 514 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11011001 | 0 | 11100 | 1111 | 0 | 101001100 | 1100100 | 1010110 |
Color Harmonies of #FFB8D9
Complementary color
Monochromatic Colors of #FFB8D9
Black with #FFB8D9
Text Example
Text Example
White with #FFB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D9; }
p { color: rgb(255,184,217); }
H1.HeaderClassName
{
color: #FFB8D9;
}
.AnyTagClassName
{
color: #FFB8D9;
}
</style>
background-color css
<style>
a { background-color: #FFB8D9; }
a { background-color: rgb(255,184,217); }
div.DivClassName
{
background-color: #FFB8D9;
}
.BgClassName
{
background-color: #FFB8D9;
}
</style>
border-color css
<style>
span { border-color: #FFB8D9; }
span { border-color: rgb(255,184,217); }
td.TdClassName
{
border-color: #FFB8D9;
}
.TagClassName
{
border-color: #FFB8D9;
}
</style>