Shades of Cotton Candy #FBBCD1
Tints of Cotton Candy #FBBCD1
RGB
CMYK
RGB Variations
Color information
#FBBCD1 (or 0xFBBCD1) is known color: Cotton Candy. HEX triplet: FB, BC and D1. RGB value is (251,188,209). Sum of RGB (Red+Green+Blue) = 251+188+209=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD1 is #04432E. Grayscale: #D1D1D1. Windows color (decimal): -279343 or 13745403. OLE color: 13745403.
HSL color Cylindrical-coordinate representation of color #FBBCD1: hue angle of 340º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCD1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 209 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 340º | 0.89% | 0.86% | - |
| HSV(B) | 340º | 0.25% | 0.98% | - |
| XYZ | 69.28 | 61.08 | 68.46 | - |
| YUV | 209.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 209 | 0 | 0.25 | 0.17 | 0.02 | 340 | 0.89 | 0.86 |
| Hex | FB | BC | D1 | 0 | 19 | 11 | 2 | 154 | 59 | 56 |
| Octal | 373 | 274 | 321 | 0 | 31 | 21 | 2 | 524 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11010001 | 0 | 11001 | 10001 | 10 | 101010100 | 1011001 | 1010110 |
Color Harmonies of #FBBCD1
Complementary color
Monochromatic Colors of #FBBCD1
Black with #FBBCD1
Text Example
Text Example
White with #FBBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCD1; }
p { color: rgb(251,188,209); }
H1.HeaderClassName
{
color: #FBBCD1;
}
.AnyTagClassName
{
color: #FBBCD1;
}
</style>
background-color css
<style>
a { background-color: #FBBCD1; }
a { background-color: rgb(251,188,209); }
div.DivClassName
{
background-color: #FBBCD1;
}
.BgClassName
{
background-color: #FBBCD1;
}
</style>
border-color css
<style>
span { border-color: #FBBCD1; }
span { border-color: rgb(251,188,209); }
td.TdClassName
{
border-color: #FBBCD1;
}
.TagClassName
{
border-color: #FBBCD1;
}
</style>