Shades of Cotton Candy #FFB7DF
Tints of Cotton Candy #FFB7DF
RGB
CMYK
RGB Variations
Color information
#FFB7DF (or 0xFFB7DF) is known color: Cotton Candy. HEX triplet: FF, B7 and DF. RGB value is (255,183,223). Sum of RGB (Red+Green+Blue) = 255+183+223=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DF is #004820. Grayscale: #D1D1D1. Windows color (decimal): -18465 or 14661631. OLE color: 14661631.
HSL color Cylindrical-coordinate representation of color #FFB7DF: hue angle of 326.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7DF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 223 | - |
| CMYK | 0 | 0.28 | 0.13 | 0 |
| HSL | 326.67º | 1% | 0.86% | - |
| HSV(B) | 326.67º | 0.28% | 1% | - |
| XYZ | 71.49 | 60.45 | 77.71 | - |
| YUV | 209.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 223 | 0 | 0.28 | 0.13 | 0 | 326.67 | 1 | 0.86 |
| Hex | FF | B7 | DF | 0 | 1C | D | 0 | 147 | 64 | 56 |
| Octal | 377 | 267 | 337 | 0 | 34 | 15 | 0 | 507 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11011111 | 0 | 11100 | 1101 | 0 | 101000111 | 1100100 | 1010110 |
Color Harmonies of #FFB7DF
Complementary color
Monochromatic Colors of #FFB7DF
Black with #FFB7DF
Text Example
Text Example
White with #FFB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7DF; }
p { color: rgb(255,183,223); }
H1.HeaderClassName
{
color: #FFB7DF;
}
.AnyTagClassName
{
color: #FFB7DF;
}
</style>
background-color css
<style>
a { background-color: #FFB7DF; }
a { background-color: rgb(255,183,223); }
div.DivClassName
{
background-color: #FFB7DF;
}
.BgClassName
{
background-color: #FFB7DF;
}
</style>
border-color css
<style>
span { border-color: #FFB7DF; }
span { border-color: rgb(255,183,223); }
td.TdClassName
{
border-color: #FFB7DF;
}
.TagClassName
{
border-color: #FFB7DF;
}
</style>