Shades of Cotton Candy #FFB9D4
Tints of Cotton Candy #FFB9D4
RGB
CMYK
RGB Variations
Color information
#FFB9D4 (or 0xFFB9D4) is known color: Cotton Candy. HEX triplet: FF, B9 and D4. RGB value is (255,185,212). Sum of RGB (Red+Green+Blue) = 255+185+212=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D4 is #00462B. Grayscale: #D0D0D0. Windows color (decimal): -17964 or 13941247. OLE color: 13941247.
HSL color Cylindrical-coordinate representation of color #FFB9D4: hue angle of 336.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9D4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 212 | - |
| CMYK | 0 | 0.27 | 0.17 | 0 |
| HSL | 336.86º | 1% | 0.86% | - |
| HSV(B) | 336.86º | 0.27% | 1% | - |
| XYZ | 70.47 | 60.71 | 70.29 | - |
| YUV | 209.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 212 | 0 | 0.27 | 0.17 | 0 | 336.86 | 1 | 0.86 |
| Hex | FF | B9 | D4 | 0 | 1B | 11 | 0 | 151 | 64 | 56 |
| Octal | 377 | 271 | 324 | 0 | 33 | 21 | 0 | 521 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11010100 | 0 | 11011 | 10001 | 0 | 101010001 | 1100100 | 1010110 |
Color Harmonies of #FFB9D4
Complementary color
Monochromatic Colors of #FFB9D4
Black with #FFB9D4
Text Example
Text Example
White with #FFB9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9D4; }
p { color: rgb(255,185,212); }
H1.HeaderClassName
{
color: #FFB9D4;
}
.AnyTagClassName
{
color: #FFB9D4;
}
</style>
background-color css
<style>
a { background-color: #FFB9D4; }
a { background-color: rgb(255,185,212); }
div.DivClassName
{
background-color: #FFB9D4;
}
.BgClassName
{
background-color: #FFB9D4;
}
</style>
border-color css
<style>
span { border-color: #FFB9D4; }
span { border-color: rgb(255,185,212); }
td.TdClassName
{
border-color: #FFB9D4;
}
.TagClassName
{
border-color: #FFB9D4;
}
</style>