Shades of Cotton Candy #FFB1CF
Tints of Cotton Candy #FFB1CF
RGB
CMYK
RGB Variations
Color information
#FFB1CF (or 0xFFB1CF) is known color: Cotton Candy. HEX triplet: FF, B1 and CF. RGB value is (255,177,207). Sum of RGB (Red+Green+Blue) = 255+177+207=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1CF is #004E30. Grayscale: #CBCBCB. Windows color (decimal): -20017 or 13611519. OLE color: 13611519.
HSL color Cylindrical-coordinate representation of color #FFB1CF: hue angle of 336.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1CF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 207 | - |
| CMYK | 0 | 0.31 | 0.19 | 0 |
| HSL | 336.92º | 1% | 0.85% | - |
| HSV(B) | 336.92º | 0.31% | 1% | - |
| XYZ | 68.22 | 57.21 | 66.48 | - |
| YUV | 203.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 207 | 0 | 0.31 | 0.19 | 0 | 336.92 | 1 | 0.85 |
| Hex | FF | B1 | CF | 0 | 1F | 13 | 0 | 151 | 64 | 55 |
| Octal | 377 | 261 | 317 | 0 | 37 | 23 | 0 | 521 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11001111 | 0 | 11111 | 10011 | 0 | 101010001 | 1100100 | 1010101 |
Color Harmonies of #FFB1CF
Complementary color
Monochromatic Colors of #FFB1CF
Black with #FFB1CF
Text Example
Text Example
White with #FFB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1CF; }
p { color: rgb(255,177,207); }
H1.HeaderClassName
{
color: #FFB1CF;
}
.AnyTagClassName
{
color: #FFB1CF;
}
</style>
background-color css
<style>
a { background-color: #FFB1CF; }
a { background-color: rgb(255,177,207); }
div.DivClassName
{
background-color: #FFB1CF;
}
.BgClassName
{
background-color: #FFB1CF;
}
</style>
border-color css
<style>
span { border-color: #FFB1CF; }
span { border-color: rgb(255,177,207); }
td.TdClassName
{
border-color: #FFB1CF;
}
.TagClassName
{
border-color: #FFB1CF;
}
</style>