Shades of Cotton Candy #FFB4DD
Tints of Cotton Candy #FFB4DD
RGB
CMYK
RGB Variations
Color information
#FFB4DD (or 0xFFB4DD) is known color: Cotton Candy. HEX triplet: FF, B4 and DD. RGB value is (255,180,221). Sum of RGB (Red+Green+Blue) = 255+180+221=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DD is #004B22. Grayscale: #CFCFCF. Windows color (decimal): -19235 or 14529791. OLE color: 14529791.
HSL color Cylindrical-coordinate representation of color #FFB4DD: hue angle of 327.2º 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 #FFB4DD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 221 | - |
| CMYK | 0 | 0.29 | 0.13 | 0 |
| HSL | 327.2º | 1% | 0.85% | - |
| HSV(B) | 327.2º | 0.29% | 1% | - |
| XYZ | 70.61 | 59.12 | 76.1 | - |
| YUV | 207.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 221 | 0 | 0.29 | 0.13 | 0 | 327.2 | 1 | 0.85 |
| Hex | FF | B4 | DD | 0 | 1D | D | 0 | 147 | 64 | 55 |
| Octal | 377 | 264 | 335 | 0 | 35 | 15 | 0 | 507 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11011101 | 0 | 11101 | 1101 | 0 | 101000111 | 1100100 | 1010101 |
Color Harmonies of #FFB4DD
Complementary color
Monochromatic Colors of #FFB4DD
Black with #FFB4DD
Text Example
Text Example
White with #FFB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4DD; }
p { color: rgb(255,180,221); }
H1.HeaderClassName
{
color: #FFB4DD;
}
.AnyTagClassName
{
color: #FFB4DD;
}
</style>
background-color css
<style>
a { background-color: #FFB4DD; }
a { background-color: rgb(255,180,221); }
div.DivClassName
{
background-color: #FFB4DD;
}
.BgClassName
{
background-color: #FFB4DD;
}
</style>
border-color css
<style>
span { border-color: #FFB4DD; }
span { border-color: rgb(255,180,221); }
td.TdClassName
{
border-color: #FFB4DD;
}
.TagClassName
{
border-color: #FFB4DD;
}
</style>