Shades of Cotton Candy #FBB7D3
Tints of Cotton Candy #FBB7D3
RGB
CMYK
RGB Variations
Color information
#FBB7D3 (or 0xFBB7D3) is known color: Cotton Candy. HEX triplet: FB, B7 and D3. RGB value is (251,183,211). Sum of RGB (Red+Green+Blue) = 251+183+211=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7D3 is #04482C. Grayscale: #CECECE. Windows color (decimal): -280621 or 13875195. OLE color: 13875195.
HSL color Cylindrical-coordinate representation of color #FBB7D3: hue angle of 335.29º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7D3 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 211 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.02 |
| HSL | 335.29º | 0.89% | 0.85% | - |
| HSV(B) | 335.29º | 0.27% | 0.98% | - |
| XYZ | 68.48 | 59.08 | 69.42 | - |
| YUV | 206.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 211 | 0 | 0.27 | 0.16 | 0.02 | 335.29 | 0.89 | 0.85 |
| Hex | FB | B7 | D3 | 0 | 1B | 10 | 2 | 14F | 59 | 55 |
| Octal | 373 | 267 | 323 | 0 | 33 | 20 | 2 | 517 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11010011 | 0 | 11011 | 10000 | 10 | 101001111 | 1011001 | 1010101 |
Color Harmonies of #FBB7D3
Complementary color
Monochromatic Colors of #FBB7D3
Black with #FBB7D3
Text Example
Text Example
White with #FBB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7D3; }
p { color: rgb(251,183,211); }
H1.HeaderClassName
{
color: #FBB7D3;
}
.AnyTagClassName
{
color: #FBB7D3;
}
</style>
background-color css
<style>
a { background-color: #FBB7D3; }
a { background-color: rgb(251,183,211); }
div.DivClassName
{
background-color: #FBB7D3;
}
.BgClassName
{
background-color: #FBB7D3;
}
</style>
border-color css
<style>
span { border-color: #FBB7D3; }
span { border-color: rgb(251,183,211); }
td.TdClassName
{
border-color: #FBB7D3;
}
.TagClassName
{
border-color: #FBB7D3;
}
</style>