Shades of Cotton Candy #FFB7DE
Tints of Cotton Candy #FFB7DE
RGB
CMYK
RGB Variations
Color information
#FFB7DE (or 0xFFB7DE) is known color: Cotton Candy. HEX triplet: FF, B7 and DE. RGB value is (255,183,222). Sum of RGB (Red+Green+Blue) = 255+183+222=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DE is #004821. Grayscale: #D0D0D0. Windows color (decimal): -18466 or 14596095. OLE color: 14596095.
HSL color Cylindrical-coordinate representation of color #FFB7DE: hue angle of 327.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7DE is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 222 | - |
| CMYK | 0 | 0.28 | 0.13 | 0 |
| HSL | 327.5º | 1% | 0.86% | - |
| HSV(B) | 327.5º | 0.28% | 1% | - |
| XYZ | 71.36 | 60.4 | 77 | - |
| YUV | 208.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 222 | 0 | 0.28 | 0.13 | 0 | 327.5 | 1 | 0.86 |
| Hex | FF | B7 | DE | 0 | 1C | D | 0 | 148 | 64 | 56 |
| Octal | 377 | 267 | 336 | 0 | 34 | 15 | 0 | 510 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11011110 | 0 | 11100 | 1101 | 0 | 101001000 | 1100100 | 1010110 |
Color Harmonies of #FFB7DE
Complementary color
Monochromatic Colors of #FFB7DE
Black with #FFB7DE
Text Example
Text Example
White with #FFB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7DE; }
p { color: rgb(255,183,222); }
H1.HeaderClassName
{
color: #FFB7DE;
}
.AnyTagClassName
{
color: #FFB7DE;
}
</style>
background-color css
<style>
a { background-color: #FFB7DE; }
a { background-color: rgb(255,183,222); }
div.DivClassName
{
background-color: #FFB7DE;
}
.BgClassName
{
background-color: #FFB7DE;
}
</style>
border-color css
<style>
span { border-color: #FFB7DE; }
span { border-color: rgb(255,183,222); }
td.TdClassName
{
border-color: #FFB7DE;
}
.TagClassName
{
border-color: #FFB7DE;
}
</style>