Shades of Cotton Candy #FFB4D0
Tints of Cotton Candy #FFB4D0
RGB
CMYK
RGB Variations
Color information
#FFB4D0 (or 0xFFB4D0) is known color: Cotton Candy. HEX triplet: FF, B4 and D0. RGB value is (255,180,208). Sum of RGB (Red+Green+Blue) = 255+180+208=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D0 is #004B2F. Grayscale: #CDCDCD. Windows color (decimal): -19248 or 13677823. OLE color: 13677823.
HSL color Cylindrical-coordinate representation of color #FFB4D0: hue angle of 337.6º 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 #FFB4D0 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 208 | - |
| CMYK | 0 | 0.29 | 0.18 | 0 |
| HSL | 337.6º | 1% | 0.85% | - |
| HSV(B) | 337.6º | 0.29% | 1% | - |
| XYZ | 68.95 | 58.46 | 67.32 | - |
| YUV | 205.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 208 | 0 | 0.29 | 0.18 | 0 | 337.6 | 1 | 0.85 |
| Hex | FF | B4 | D0 | 0 | 1D | 12 | 0 | 152 | 64 | 55 |
| Octal | 377 | 264 | 320 | 0 | 35 | 22 | 0 | 522 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11010000 | 0 | 11101 | 10010 | 0 | 101010010 | 1100100 | 1010101 |
Color Harmonies of #FFB4D0
Complementary color
Monochromatic Colors of #FFB4D0
Black with #FFB4D0
Text Example
Text Example
White with #FFB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D0; }
p { color: rgb(255,180,208); }
H1.HeaderClassName
{
color: #FFB4D0;
}
.AnyTagClassName
{
color: #FFB4D0;
}
</style>
background-color css
<style>
a { background-color: #FFB4D0; }
a { background-color: rgb(255,180,208); }
div.DivClassName
{
background-color: #FFB4D0;
}
.BgClassName
{
background-color: #FFB4D0;
}
</style>
border-color css
<style>
span { border-color: #FFB4D0; }
span { border-color: rgb(255,180,208); }
td.TdClassName
{
border-color: #FFB4D0;
}
.TagClassName
{
border-color: #FFB4D0;
}
</style>