Shades of Cotton Candy #FBC0D9
Tints of Cotton Candy #FBC0D9
RGB
CMYK
RGB Variations
Color information
#FBC0D9 (or 0xFBC0D9) is known color: Cotton Candy. HEX triplet: FB, C0 and D9. RGB value is (251,192,217). Sum of RGB (Red+Green+Blue) = 251+192+217=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0D9 is #043F26. Grayscale: #D4D4D4. Windows color (decimal): -278311 or 14270715. OLE color: 14270715.
HSL color Cylindrical-coordinate representation of color #FBC0D9: hue angle of 334.58º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0D9 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 217 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.02 |
| HSL | 334.58º | 0.88% | 0.87% | - |
| HSV(B) | 334.58º | 0.24% | 0.98% | - |
| XYZ | 71.16 | 63.22 | 74.1 | - |
| YUV | 212.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 217 | 0 | 0.24 | 0.14 | 0.02 | 334.58 | 0.88 | 0.87 |
| Hex | FB | C0 | D9 | 0 | 18 | E | 2 | 14F | 58 | 57 |
| Octal | 373 | 300 | 331 | 0 | 30 | 16 | 2 | 517 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11011001 | 0 | 11000 | 1110 | 10 | 101001111 | 1011000 | 1010111 |
Color Harmonies of #FBC0D9
Complementary color
Monochromatic Colors of #FBC0D9
Black with #FBC0D9
Text Example
Text Example
White with #FBC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0D9; }
p { color: rgb(251,192,217); }
H1.HeaderClassName
{
color: #FBC0D9;
}
.AnyTagClassName
{
color: #FBC0D9;
}
</style>
background-color css
<style>
a { background-color: #FBC0D9; }
a { background-color: rgb(251,192,217); }
div.DivClassName
{
background-color: #FBC0D9;
}
.BgClassName
{
background-color: #FBC0D9;
}
</style>
border-color css
<style>
span { border-color: #FBC0D9; }
span { border-color: rgb(251,192,217); }
td.TdClassName
{
border-color: #FBC0D9;
}
.TagClassName
{
border-color: #FBC0D9;
}
</style>