Shades of Cotton Candy #FFB7D2
Tints of Cotton Candy #FFB7D2
RGB
CMYK
RGB Variations
Color information
#FFB7D2 (or 0xFFB7D2) is known color: Cotton Candy. HEX triplet: FF, B7 and D2. RGB value is (255,183,210). Sum of RGB (Red+Green+Blue) = 255+183+210=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7D2 is #00482D. Grayscale: #CFCFCF. Windows color (decimal): -18478 or 13809663. OLE color: 13809663.
HSL color Cylindrical-coordinate representation of color #FFB7D2: hue angle of 337.5º 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 #FFB7D2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 210 | - |
| CMYK | 0 | 0.28 | 0.18 | 0 |
| HSL | 337.5º | 1% | 0.86% | - |
| HSV(B) | 337.5º | 0.28% | 1% | - |
| XYZ | 69.81 | 59.78 | 68.83 | - |
| YUV | 207.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 210 | 0 | 0.28 | 0.18 | 0 | 337.5 | 1 | 0.86 |
| Hex | FF | B7 | D2 | 0 | 1C | 12 | 0 | 152 | 64 | 56 |
| Octal | 377 | 267 | 322 | 0 | 34 | 22 | 0 | 522 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11010010 | 0 | 11100 | 10010 | 0 | 101010010 | 1100100 | 1010110 |
Color Harmonies of #FFB7D2
Complementary color
Monochromatic Colors of #FFB7D2
Black with #FFB7D2
Text Example
Text Example
White with #FFB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7D2; }
p { color: rgb(255,183,210); }
H1.HeaderClassName
{
color: #FFB7D2;
}
.AnyTagClassName
{
color: #FFB7D2;
}
</style>
background-color css
<style>
a { background-color: #FFB7D2; }
a { background-color: rgb(255,183,210); }
div.DivClassName
{
background-color: #FFB7D2;
}
.BgClassName
{
background-color: #FFB7D2;
}
</style>
border-color css
<style>
span { border-color: #FFB7D2; }
span { border-color: rgb(255,183,210); }
td.TdClassName
{
border-color: #FFB7D2;
}
.TagClassName
{
border-color: #FFB7D2;
}
</style>