Shades of Cotton Candy #FFB6D0
Tints of Cotton Candy #FFB6D0
RGB
CMYK
RGB Variations
Color information
#FFB6D0 (or 0xFFB6D0) is known color: Cotton Candy. HEX triplet: FF, B6 and D0. RGB value is (255,182,208). Sum of RGB (Red+Green+Blue) = 255+182+208=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D0 is #00492F. Grayscale: #CECECE. Windows color (decimal): -18736 or 13678335. OLE color: 13678335.
HSL color Cylindrical-coordinate representation of color #FFB6D0: hue angle of 338.63º 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 #FFB6D0 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 182 | 208 | - |
CMYK | 0 | 0.29 | 0.18 | 0 |
HSL | 338.63º | 1% | 0.86% | - |
HSV(B) | 338.63º | 0.29% | 1% | - |
XYZ | 69.35 | 59.27 | 67.46 | - |
YUV | 206.79 | 128.68 | 162.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 182 | 208 | 0 | 0.29 | 0.18 | 0 | 338.63 | 1 | 0.86 |
Hex | FF | B6 | D0 | 0 | 1D | 12 | 0 | 153 | 64 | 56 |
Octal | 377 | 266 | 320 | 0 | 35 | 22 | 0 | 523 | 144 | 126 |
Binary | 11111111 | 10110110 | 11010000 | 0 | 11101 | 10010 | 0 | 101010011 | 1100100 | 1010110 |
Color Harmonies of #FFB6D0
Complementary color
Monochromatic Colors of #FFB6D0
Black with #FFB6D0
Text Example
Text Example
White with #FFB6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D0; }
p { color: rgb(255,182,208); }
H1.HeaderClassName
{
color: #FFB6D0;
}
.AnyTagClassName
{
color: #FFB6D0;
}
</style>
background-color css
<style>
a { background-color: #FFB6D0; }
a { background-color: rgb(255,182,208); }
div.DivClassName
{
background-color: #FFB6D0;
}
.BgClassName
{
background-color: #FFB6D0;
}
</style>
border-color css
<style>
span { border-color: #FFB6D0; }
span { border-color: rgb(255,182,208); }
td.TdClassName
{
border-color: #FFB6D0;
}
.TagClassName
{
border-color: #FFB6D0;
}
</style>