Shades of Cotton Candy #FFB8DD
Tints of Cotton Candy #FFB8DD
RGB
CMYK
RGB Variations
Color information
#FFB8DD (or 0xFFB8DD) is known color: Cotton Candy. HEX triplet: FF, B8 and DD. RGB value is (255,184,221). Sum of RGB (Red+Green+Blue) = 255+184+221=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DD is #004722. Grayscale: #D1D1D1. Windows color (decimal): -18211 or 14530815. OLE color: 14530815.
HSL color Cylindrical-coordinate representation of color #FFB8DD: hue angle of 328.73º 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 #FFB8DD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 221 | - |
| CMYK | 0 | 0.28 | 0.13 | 0 |
| HSL | 328.73º | 1% | 0.86% | - |
| HSV(B) | 328.73º | 0.28% | 1% | - |
| XYZ | 71.43 | 60.76 | 76.37 | - |
| YUV | 209.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 221 | 0 | 0.28 | 0.13 | 0 | 328.73 | 1 | 0.86 |
| Hex | FF | B8 | DD | 0 | 1C | D | 0 | 149 | 64 | 56 |
| Octal | 377 | 270 | 335 | 0 | 34 | 15 | 0 | 511 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11011101 | 0 | 11100 | 1101 | 0 | 101001001 | 1100100 | 1010110 |
Color Harmonies of #FFB8DD
Complementary color
Monochromatic Colors of #FFB8DD
Black with #FFB8DD
Text Example
Text Example
White with #FFB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8DD; }
p { color: rgb(255,184,221); }
H1.HeaderClassName
{
color: #FFB8DD;
}
.AnyTagClassName
{
color: #FFB8DD;
}
</style>
background-color css
<style>
a { background-color: #FFB8DD; }
a { background-color: rgb(255,184,221); }
div.DivClassName
{
background-color: #FFB8DD;
}
.BgClassName
{
background-color: #FFB8DD;
}
</style>
border-color css
<style>
span { border-color: #FFB8DD; }
span { border-color: rgb(255,184,221); }
td.TdClassName
{
border-color: #FFB8DD;
}
.TagClassName
{
border-color: #FFB8DD;
}
</style>