Shades of Cotton Candy #FFB8D6
Tints of Cotton Candy #FFB8D6
RGB
CMYK
RGB Variations
Color information
#FFB8D6 (or 0xFFB8D6) is known color: Cotton Candy. HEX triplet: FF, B8 and D6. RGB value is (255,184,214). Sum of RGB (Red+Green+Blue) = 255+184+214=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D6 is #004729. Grayscale: #D0D0D0. Windows color (decimal): -18218 or 14072063. OLE color: 14072063.
HSL color Cylindrical-coordinate representation of color #FFB8D6: hue angle of 334.65º 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 #FFB8D6 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 214 | - |
| CMYK | 0 | 0.28 | 0.16 | 0 |
| HSL | 334.65º | 1% | 0.86% | - |
| HSV(B) | 334.65º | 0.28% | 1% | - |
| XYZ | 70.52 | 60.4 | 71.56 | - |
| YUV | 208.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 214 | 0 | 0.28 | 0.16 | 0 | 334.65 | 1 | 0.86 |
| Hex | FF | B8 | D6 | 0 | 1C | 10 | 0 | 14F | 64 | 56 |
| Octal | 377 | 270 | 326 | 0 | 34 | 20 | 0 | 517 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11010110 | 0 | 11100 | 10000 | 0 | 101001111 | 1100100 | 1010110 |
Color Harmonies of #FFB8D6
Complementary color
Monochromatic Colors of #FFB8D6
Black with #FFB8D6
Text Example
Text Example
White with #FFB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D6; }
p { color: rgb(255,184,214); }
H1.HeaderClassName
{
color: #FFB8D6;
}
.AnyTagClassName
{
color: #FFB8D6;
}
</style>
background-color css
<style>
a { background-color: #FFB8D6; }
a { background-color: rgb(255,184,214); }
div.DivClassName
{
background-color: #FFB8D6;
}
.BgClassName
{
background-color: #FFB8D6;
}
</style>
border-color css
<style>
span { border-color: #FFB8D6; }
span { border-color: rgb(255,184,214); }
td.TdClassName
{
border-color: #FFB8D6;
}
.TagClassName
{
border-color: #FFB8D6;
}
</style>