Shades of Cotton Candy #FFB3CF
Tints of Cotton Candy #FFB3CF
RGB
CMYK
RGB Variations
Color information
#FFB3CF (or 0xFFB3CF) is known color: Cotton Candy. HEX triplet: FF, B3 and CF. RGB value is (255,179,207). Sum of RGB (Red+Green+Blue) = 255+179+207=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3CF is #004C30. Grayscale: #CCCCCC. Windows color (decimal): -19505 or 13612031. OLE color: 13612031.
HSL color Cylindrical-coordinate representation of color #FFB3CF: hue angle of 337.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3CF is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 207 | - |
| CMYK | 0 | 0.30 | 0.19 | 0 |
| HSL | 337.89º | 1% | 0.85% | - |
| HSV(B) | 337.89º | 0.3% | 1% | - |
| XYZ | 68.62 | 58.01 | 66.61 | - |
| YUV | 204.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 207 | 0 | 0.30 | 0.19 | 0 | 337.89 | 1 | 0.85 |
| Hex | FF | B3 | CF | 0 | 1E | 13 | 0 | 152 | 64 | 55 |
| Octal | 377 | 263 | 317 | 0 | 36 | 23 | 0 | 522 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11001111 | 0 | 11110 | 10011 | 0 | 101010010 | 1100100 | 1010101 |
Color Harmonies of #FFB3CF
Complementary color
Monochromatic Colors of #FFB3CF
Black with #FFB3CF
Text Example
Text Example
White with #FFB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3CF; }
p { color: rgb(255,179,207); }
H1.HeaderClassName
{
color: #FFB3CF;
}
.AnyTagClassName
{
color: #FFB3CF;
}
</style>
background-color css
<style>
a { background-color: #FFB3CF; }
a { background-color: rgb(255,179,207); }
div.DivClassName
{
background-color: #FFB3CF;
}
.BgClassName
{
background-color: #FFB3CF;
}
</style>
border-color css
<style>
span { border-color: #FFB3CF; }
span { border-color: rgb(255,179,207); }
td.TdClassName
{
border-color: #FFB3CF;
}
.TagClassName
{
border-color: #FFB3CF;
}
</style>