Shades of Cotton Candy #FBB7DF
Tints of Cotton Candy #FBB7DF
RGB
CMYK
RGB Variations
Color information
#FBB7DF (or 0xFBB7DF) is known color: Cotton Candy. HEX triplet: FB, B7 and DF. RGB value is (251,183,223). Sum of RGB (Red+Green+Blue) = 251+183+223=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7DF is #044820. Grayscale: #CFCFCF. Windows color (decimal): -280609 or 14661627. OLE color: 14661627.
HSL color Cylindrical-coordinate representation of color #FBB7DF: hue angle of 324.71º 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 #FBB7DF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 223 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.02 |
| HSL | 324.71º | 0.89% | 0.85% | - |
| HSV(B) | 324.71º | 0.27% | 0.98% | - |
| XYZ | 70.04 | 59.7 | 77.64 | - |
| YUV | 207.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 223 | 0 | 0.27 | 0.11 | 0.02 | 324.71 | 0.89 | 0.85 |
| Hex | FB | B7 | DF | 0 | 1B | B | 2 | 145 | 59 | 55 |
| Octal | 373 | 267 | 337 | 0 | 33 | 13 | 2 | 505 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11011111 | 0 | 11011 | 1011 | 10 | 101000101 | 1011001 | 1010101 |
Color Harmonies of #FBB7DF
Complementary color
Monochromatic Colors of #FBB7DF
Black with #FBB7DF
Text Example
Text Example
White with #FBB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7DF; }
p { color: rgb(251,183,223); }
H1.HeaderClassName
{
color: #FBB7DF;
}
.AnyTagClassName
{
color: #FBB7DF;
}
</style>
background-color css
<style>
a { background-color: #FBB7DF; }
a { background-color: rgb(251,183,223); }
div.DivClassName
{
background-color: #FBB7DF;
}
.BgClassName
{
background-color: #FBB7DF;
}
</style>
border-color css
<style>
span { border-color: #FBB7DF; }
span { border-color: rgb(251,183,223); }
td.TdClassName
{
border-color: #FBB7DF;
}
.TagClassName
{
border-color: #FBB7DF;
}
</style>