Shades of Cotton Candy #FFB7DB
Tints of Cotton Candy #FFB7DB
RGB
CMYK
RGB Variations
Color information
#FFB7DB (or 0xFFB7DB) is known color: Cotton Candy. HEX triplet: FF, B7 and DB. RGB value is (255,183,219). Sum of RGB (Red+Green+Blue) = 255+183+219=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DB is #004824. Grayscale: #D0D0D0. Windows color (decimal): -18469 or 14399487. OLE color: 14399487.
HSL color Cylindrical-coordinate representation of color #FFB7DB: hue angle of 330º 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 #FFB7DB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 219 | - |
| CMYK | 0 | 0.28 | 0.14 | 0 |
| HSL | 330º | 1% | 0.86% | - |
| HSV(B) | 330º | 0.28% | 1% | - |
| XYZ | 70.96 | 60.24 | 74.91 | - |
| YUV | 208.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 219 | 0 | 0.28 | 0.14 | 0 | 330 | 1 | 0.86 |
| Hex | FF | B7 | DB | 0 | 1C | E | 0 | 14A | 64 | 56 |
| Octal | 377 | 267 | 333 | 0 | 34 | 16 | 0 | 512 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11011011 | 0 | 11100 | 1110 | 0 | 101001010 | 1100100 | 1010110 |
Color Harmonies of #FFB7DB
Complementary color
Monochromatic Colors of #FFB7DB
Black with #FFB7DB
Text Example
Text Example
White with #FFB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7DB; }
p { color: rgb(255,183,219); }
H1.HeaderClassName
{
color: #FFB7DB;
}
.AnyTagClassName
{
color: #FFB7DB;
}
</style>
background-color css
<style>
a { background-color: #FFB7DB; }
a { background-color: rgb(255,183,219); }
div.DivClassName
{
background-color: #FFB7DB;
}
.BgClassName
{
background-color: #FFB7DB;
}
</style>
border-color css
<style>
span { border-color: #FFB7DB; }
span { border-color: rgb(255,183,219); }
td.TdClassName
{
border-color: #FFB7DB;
}
.TagClassName
{
border-color: #FFB7DB;
}
</style>