Shades of Cotton Candy #FFB8DC
Tints of Cotton Candy #FFB8DC
RGB
CMYK
RGB Variations
Color information
#FFB8DC (or 0xFFB8DC) is known color: Cotton Candy. HEX triplet: FF, B8 and DC. RGB value is (255,184,220). Sum of RGB (Red+Green+Blue) = 255+184+220=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DC is #004723. Grayscale: #D1D1D1. Windows color (decimal): -18212 or 14465279. OLE color: 14465279.
HSL color Cylindrical-coordinate representation of color #FFB8DC: hue angle of 329.58º 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 #FFB8DC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 220 | - |
| CMYK | 0 | 0.28 | 0.14 | 0 |
| HSL | 329.58º | 1% | 0.86% | - |
| HSV(B) | 329.58º | 0.28% | 1% | - |
| XYZ | 71.3 | 60.71 | 75.67 | - |
| YUV | 209.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 220 | 0 | 0.28 | 0.14 | 0 | 329.58 | 1 | 0.86 |
| Hex | FF | B8 | DC | 0 | 1C | E | 0 | 14A | 64 | 56 |
| Octal | 377 | 270 | 334 | 0 | 34 | 16 | 0 | 512 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11011100 | 0 | 11100 | 1110 | 0 | 101001010 | 1100100 | 1010110 |
Color Harmonies of #FFB8DC
Complementary color
Monochromatic Colors of #FFB8DC
Black with #FFB8DC
Text Example
Text Example
White with #FFB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8DC; }
p { color: rgb(255,184,220); }
H1.HeaderClassName
{
color: #FFB8DC;
}
.AnyTagClassName
{
color: #FFB8DC;
}
</style>
background-color css
<style>
a { background-color: #FFB8DC; }
a { background-color: rgb(255,184,220); }
div.DivClassName
{
background-color: #FFB8DC;
}
.BgClassName
{
background-color: #FFB8DC;
}
</style>
border-color css
<style>
span { border-color: #FFB8DC; }
span { border-color: rgb(255,184,220); }
td.TdClassName
{
border-color: #FFB8DC;
}
.TagClassName
{
border-color: #FFB8DC;
}
</style>