Shades of Cotton Candy #FFB6DF
Tints of Cotton Candy #FFB6DF
RGB
CMYK
RGB Variations
Color information
#FFB6DF (or 0xFFB6DF) is known color: Cotton Candy. HEX triplet: FF, B6 and DF. RGB value is (255,182,223). Sum of RGB (Red+Green+Blue) = 255+182+223=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DF is #004920. Grayscale: #D0D0D0. Windows color (decimal): -18721 or 14661375. OLE color: 14661375.
HSL color Cylindrical-coordinate representation of color #FFB6DF: hue angle of 326.3º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6DF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 223 | - |
| CMYK | 0 | 0.29 | 0.13 | 0 |
| HSL | 326.3º | 1% | 0.86% | - |
| HSV(B) | 326.3º | 0.29% | 1% | - |
| XYZ | 71.29 | 60.04 | 77.64 | - |
| YUV | 208.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 223 | 0 | 0.29 | 0.13 | 0 | 326.3 | 1 | 0.86 |
| Hex | FF | B6 | DF | 0 | 1D | D | 0 | 146 | 64 | 56 |
| Octal | 377 | 266 | 337 | 0 | 35 | 15 | 0 | 506 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11011111 | 0 | 11101 | 1101 | 0 | 101000110 | 1100100 | 1010110 |
Color Harmonies of #FFB6DF
Complementary color
Monochromatic Colors of #FFB6DF
Black with #FFB6DF
Text Example
Text Example
White with #FFB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6DF; }
p { color: rgb(255,182,223); }
H1.HeaderClassName
{
color: #FFB6DF;
}
.AnyTagClassName
{
color: #FFB6DF;
}
</style>
background-color css
<style>
a { background-color: #FFB6DF; }
a { background-color: rgb(255,182,223); }
div.DivClassName
{
background-color: #FFB6DF;
}
.BgClassName
{
background-color: #FFB6DF;
}
</style>
border-color css
<style>
span { border-color: #FFB6DF; }
span { border-color: rgb(255,182,223); }
td.TdClassName
{
border-color: #FFB6DF;
}
.TagClassName
{
border-color: #FFB6DF;
}
</style>