Shades of Cotton Candy #FFB5D8
Tints of Cotton Candy #FFB5D8
RGB
CMYK
RGB Variations
Color information
#FFB5D8 (or 0xFFB5D8) is known color: Cotton Candy. HEX triplet: FF, B5 and D8. RGB value is (255,181,216). Sum of RGB (Red+Green+Blue) = 255+181+216=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D8 is #004A27. Grayscale: #CFCFCF. Windows color (decimal): -18984 or 14202367. OLE color: 14202367.
HSL color Cylindrical-coordinate representation of color #FFB5D8: hue angle of 331.62º 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 #FFB5D8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 216 | - |
| CMYK | 0 | 0.29 | 0.15 | 0 |
| HSL | 331.62º | 1% | 0.85% | - |
| HSV(B) | 331.62º | 0.29% | 1% | - |
| XYZ | 70.16 | 59.27 | 72.71 | - |
| YUV | 207.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 216 | 0 | 0.29 | 0.15 | 0 | 331.62 | 1 | 0.85 |
| Hex | FF | B5 | D8 | 0 | 1D | F | 0 | 14C | 64 | 55 |
| Octal | 377 | 265 | 330 | 0 | 35 | 17 | 0 | 514 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11011000 | 0 | 11101 | 1111 | 0 | 101001100 | 1100100 | 1010101 |
Color Harmonies of #FFB5D8
Complementary color
Monochromatic Colors of #FFB5D8
Black with #FFB5D8
Text Example
Text Example
White with #FFB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D8; }
p { color: rgb(255,181,216); }
H1.HeaderClassName
{
color: #FFB5D8;
}
.AnyTagClassName
{
color: #FFB5D8;
}
</style>
background-color css
<style>
a { background-color: #FFB5D8; }
a { background-color: rgb(255,181,216); }
div.DivClassName
{
background-color: #FFB5D8;
}
.BgClassName
{
background-color: #FFB5D8;
}
</style>
border-color css
<style>
span { border-color: #FFB5D8; }
span { border-color: rgb(255,181,216); }
td.TdClassName
{
border-color: #FFB5D8;
}
.TagClassName
{
border-color: #FFB5D8;
}
</style>