Shades of Cotton Candy #FFB4D9
Tints of Cotton Candy #FFB4D9
RGB
CMYK
RGB Variations
Color information
#FFB4D9 (or 0xFFB4D9) is known color: Cotton Candy. HEX triplet: FF, B4 and D9. RGB value is (255,180,217). Sum of RGB (Red+Green+Blue) = 255+180+217=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D9 is #004B26. Grayscale: #CECECE. Windows color (decimal): -19239 or 14267647. OLE color: 14267647.
HSL color Cylindrical-coordinate representation of color #FFB4D9: hue angle of 330.4º 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 #FFB4D9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 217 | - |
| CMYK | 0 | 0.29 | 0.15 | 0 |
| HSL | 330.4º | 1% | 0.85% | - |
| HSV(B) | 330.4º | 0.29% | 1% | - |
| XYZ | 70.09 | 58.91 | 73.32 | - |
| YUV | 206.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 217 | 0 | 0.29 | 0.15 | 0 | 330.4 | 1 | 0.85 |
| Hex | FF | B4 | D9 | 0 | 1D | F | 0 | 14A | 64 | 55 |
| Octal | 377 | 264 | 331 | 0 | 35 | 17 | 0 | 512 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11011001 | 0 | 11101 | 1111 | 0 | 101001010 | 1100100 | 1010101 |
Color Harmonies of #FFB4D9
Complementary color
Monochromatic Colors of #FFB4D9
Black with #FFB4D9
Text Example
Text Example
White with #FFB4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D9; }
p { color: rgb(255,180,217); }
H1.HeaderClassName
{
color: #FFB4D9;
}
.AnyTagClassName
{
color: #FFB4D9;
}
</style>
background-color css
<style>
a { background-color: #FFB4D9; }
a { background-color: rgb(255,180,217); }
div.DivClassName
{
background-color: #FFB4D9;
}
.BgClassName
{
background-color: #FFB4D9;
}
</style>
border-color css
<style>
span { border-color: #FFB4D9; }
span { border-color: rgb(255,180,217); }
td.TdClassName
{
border-color: #FFB4D9;
}
.TagClassName
{
border-color: #FFB4D9;
}
</style>