Shades of Cotton Candy #FFB5DF
Tints of Cotton Candy #FFB5DF
RGB
CMYK
RGB Variations
Color information
#FFB5DF (or 0xFFB5DF) is known color: Cotton Candy. HEX triplet: FF, B5 and DF. RGB value is (255,181,223). Sum of RGB (Red+Green+Blue) = 255+181+223=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DF is #004A20. Grayscale: #CFCFCF. Windows color (decimal): -18977 or 14661119. OLE color: 14661119.
HSL color Cylindrical-coordinate representation of color #FFB5DF: hue angle of 325.95º 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 #FFB5DF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 223 | - |
| CMYK | 0 | 0.29 | 0.13 | 0 |
| HSL | 325.95º | 1% | 0.85% | - |
| HSV(B) | 325.95º | 0.29% | 1% | - |
| XYZ | 71.08 | 59.64 | 77.58 | - |
| YUV | 207.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 223 | 0 | 0.29 | 0.13 | 0 | 325.95 | 1 | 0.85 |
| Hex | FF | B5 | DF | 0 | 1D | D | 0 | 146 | 64 | 55 |
| Octal | 377 | 265 | 337 | 0 | 35 | 15 | 0 | 506 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11011111 | 0 | 11101 | 1101 | 0 | 101000110 | 1100100 | 1010101 |
Color Harmonies of #FFB5DF
Complementary color
Monochromatic Colors of #FFB5DF
Black with #FFB5DF
Text Example
Text Example
White with #FFB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5DF; }
p { color: rgb(255,181,223); }
H1.HeaderClassName
{
color: #FFB5DF;
}
.AnyTagClassName
{
color: #FFB5DF;
}
</style>
background-color css
<style>
a { background-color: #FFB5DF; }
a { background-color: rgb(255,181,223); }
div.DivClassName
{
background-color: #FFB5DF;
}
.BgClassName
{
background-color: #FFB5DF;
}
</style>
border-color css
<style>
span { border-color: #FFB5DF; }
span { border-color: rgb(255,181,223); }
td.TdClassName
{
border-color: #FFB5DF;
}
.TagClassName
{
border-color: #FFB5DF;
}
</style>