Shades of Cotton Candy #FBB9DF
Tints of Cotton Candy #FBB9DF
RGB
CMYK
RGB Variations
Color information
#FBB9DF (or 0xFBB9DF) is known color: Cotton Candy. HEX triplet: FB, B9 and DF. RGB value is (251,185,223). Sum of RGB (Red+Green+Blue) = 251+185+223=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DF is #044620. Grayscale: #D0D0D0. Windows color (decimal): -280097 or 14662139. OLE color: 14662139.
HSL color Cylindrical-coordinate representation of color #FBB9DF: hue angle of 325.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9DF is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 223 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.02 |
| HSL | 325.45º | 0.89% | 0.85% | - |
| HSV(B) | 325.45º | 0.26% | 0.98% | - |
| XYZ | 70.45 | 60.53 | 77.78 | - |
| YUV | 209.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 223 | 0 | 0.26 | 0.11 | 0.02 | 325.45 | 0.89 | 0.85 |
| Hex | FB | B9 | DF | 0 | 1A | B | 2 | 145 | 59 | 55 |
| Octal | 373 | 271 | 337 | 0 | 32 | 13 | 2 | 505 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11011111 | 0 | 11010 | 1011 | 10 | 101000101 | 1011001 | 1010101 |
Color Harmonies of #FBB9DF
Complementary color
Monochromatic Colors of #FBB9DF
Black with #FBB9DF
Text Example
Text Example
White with #FBB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9DF; }
p { color: rgb(251,185,223); }
H1.HeaderClassName
{
color: #FBB9DF;
}
.AnyTagClassName
{
color: #FBB9DF;
}
</style>
background-color css
<style>
a { background-color: #FBB9DF; }
a { background-color: rgb(251,185,223); }
div.DivClassName
{
background-color: #FBB9DF;
}
.BgClassName
{
background-color: #FBB9DF;
}
</style>
border-color css
<style>
span { border-color: #FBB9DF; }
span { border-color: rgb(251,185,223); }
td.TdClassName
{
border-color: #FBB9DF;
}
.TagClassName
{
border-color: #FBB9DF;
}
</style>