Shades of Cotton Candy #FFB4DB
Tints of Cotton Candy #FFB4DB
RGB
CMYK
RGB Variations
Color information
#FFB4DB (or 0xFFB4DB) is known color: Cotton Candy. HEX triplet: FF, B4 and DB. RGB value is (255,180,219). Sum of RGB (Red+Green+Blue) = 255+180+219=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DB is #004B24. Grayscale: #CECECE. Windows color (decimal): -19237 or 14398719. OLE color: 14398719.
HSL color Cylindrical-coordinate representation of color #FFB4DB: hue angle of 328.8º 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 #FFB4DB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 219 | - |
| CMYK | 0 | 0.29 | 0.14 | 0 |
| HSL | 328.8º | 1% | 0.85% | - |
| HSV(B) | 328.8º | 0.29% | 1% | - |
| XYZ | 70.35 | 59.02 | 74.7 | - |
| YUV | 206.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 219 | 0 | 0.29 | 0.14 | 0 | 328.8 | 1 | 0.85 |
| Hex | FF | B4 | DB | 0 | 1D | E | 0 | 149 | 64 | 55 |
| Octal | 377 | 264 | 333 | 0 | 35 | 16 | 0 | 511 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11011011 | 0 | 11101 | 1110 | 0 | 101001001 | 1100100 | 1010101 |
Color Harmonies of #FFB4DB
Complementary color
Monochromatic Colors of #FFB4DB
Black with #FFB4DB
Text Example
Text Example
White with #FFB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4DB; }
p { color: rgb(255,180,219); }
H1.HeaderClassName
{
color: #FFB4DB;
}
.AnyTagClassName
{
color: #FFB4DB;
}
</style>
background-color css
<style>
a { background-color: #FFB4DB; }
a { background-color: rgb(255,180,219); }
div.DivClassName
{
background-color: #FFB4DB;
}
.BgClassName
{
background-color: #FFB4DB;
}
</style>
border-color css
<style>
span { border-color: #FFB4DB; }
span { border-color: rgb(255,180,219); }
td.TdClassName
{
border-color: #FFB4DB;
}
.TagClassName
{
border-color: #FFB4DB;
}
</style>