Shades of Cotton Candy #FFB4DC
Tints of Cotton Candy #FFB4DC
RGB
CMYK
RGB Variations
Color information
#FFB4DC (or 0xFFB4DC) is known color: Cotton Candy. HEX triplet: FF, B4 and DC. RGB value is (255,180,220). Sum of RGB (Red+Green+Blue) = 255+180+220=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DC is #004B23. Grayscale: #CECECE. Windows color (decimal): -19236 or 14464255. OLE color: 14464255.
HSL color Cylindrical-coordinate representation of color #FFB4DC: hue angle of 328º 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 #FFB4DC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 220 | - |
| CMYK | 0 | 0.29 | 0.14 | 0 |
| HSL | 328º | 1% | 0.85% | - |
| HSV(B) | 328º | 0.29% | 1% | - |
| XYZ | 70.48 | 59.07 | 75.4 | - |
| YUV | 206.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 220 | 0 | 0.29 | 0.14 | 0 | 328 | 1 | 0.85 |
| Hex | FF | B4 | DC | 0 | 1D | E | 0 | 148 | 64 | 55 |
| Octal | 377 | 264 | 334 | 0 | 35 | 16 | 0 | 510 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11011100 | 0 | 11101 | 1110 | 0 | 101001000 | 1100100 | 1010101 |
Color Harmonies of #FFB4DC
Complementary color
Monochromatic Colors of #FFB4DC
Black with #FFB4DC
Text Example
Text Example
White with #FFB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4DC; }
p { color: rgb(255,180,220); }
H1.HeaderClassName
{
color: #FFB4DC;
}
.AnyTagClassName
{
color: #FFB4DC;
}
</style>
background-color css
<style>
a { background-color: #FFB4DC; }
a { background-color: rgb(255,180,220); }
div.DivClassName
{
background-color: #FFB4DC;
}
.BgClassName
{
background-color: #FFB4DC;
}
</style>
border-color css
<style>
span { border-color: #FFB4DC; }
span { border-color: rgb(255,180,220); }
td.TdClassName
{
border-color: #FFB4DC;
}
.TagClassName
{
border-color: #FFB4DC;
}
</style>