Shades of Cotton Candy #FFB5D3
Tints of Cotton Candy #FFB5D3
RGB
CMYK
RGB Variations
Color information
#FFB5D3 (or 0xFFB5D3) is known color: Cotton Candy. HEX triplet: FF, B5 and D3. RGB value is (255,181,211). Sum of RGB (Red+Green+Blue) = 255+181+211=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 181 (71.09% from 255 or 27.98% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D3 is #004A2C. Grayscale: #CECECE. Windows color (decimal): -18989 or 13874687. OLE color: 13874687.
HSL color Cylindrical-coordinate representation of color #FFB5D3: hue angle of 335.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5D3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 211 | - |
| CMYK | 0 | 0.29 | 0.17 | 0 |
| HSL | 335.68º | 1% | 0.85% | - |
| HSV(B) | 335.68º | 0.29% | 1% | - |
| XYZ | 69.52 | 59.01 | 69.35 | - |
| YUV | 206.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 211 | 0 | 0.29 | 0.17 | 0 | 335.68 | 1 | 0.85 |
| Hex | FF | B5 | D3 | 0 | 1D | 11 | 0 | 150 | 64 | 55 |
| Octal | 377 | 265 | 323 | 0 | 35 | 21 | 0 | 520 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11010011 | 0 | 11101 | 10001 | 0 | 101010000 | 1100100 | 1010101 |
Color Harmonies of #FFB5D3
Complementary color
Monochromatic Colors of #FFB5D3
Black with #FFB5D3
Text Example
Text Example
White with #FFB5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D3; }
p { color: rgb(255,181,211); }
H1.HeaderClassName
{
color: #FFB5D3;
}
.AnyTagClassName
{
color: #FFB5D3;
}
</style>
background-color css
<style>
a { background-color: #FFB5D3; }
a { background-color: rgb(255,181,211); }
div.DivClassName
{
background-color: #FFB5D3;
}
.BgClassName
{
background-color: #FFB5D3;
}
</style>
border-color css
<style>
span { border-color: #FFB5D3; }
span { border-color: rgb(255,181,211); }
td.TdClassName
{
border-color: #FFB5D3;
}
.TagClassName
{
border-color: #FFB5D3;
}
</style>