Shades of Cotton Candy #FBC1D6
Tints of Cotton Candy #FBC1D6
RGB
CMYK
RGB Variations
Color information
#FBC1D6 (or 0xFBC1D6) is known color: Cotton Candy. HEX triplet: FB, C1 and D6. RGB value is (251,193,214). Sum of RGB (Red+Green+Blue) = 251+193+214=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D6 is #043E29. Grayscale: #D4D4D4. Windows color (decimal): -278058 or 14074363. OLE color: 14074363.
HSL color Cylindrical-coordinate representation of color #FBC1D6: hue angle of 338.28º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1D6 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 214 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.02 |
| HSL | 338.28º | 0.88% | 0.87% | - |
| HSV(B) | 338.28º | 0.23% | 0.98% | - |
| XYZ | 70.99 | 63.5 | 72.13 | - |
| YUV | 212.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 214 | 0 | 0.23 | 0.15 | 0.02 | 338.28 | 0.88 | 0.87 |
| Hex | FB | C1 | D6 | 0 | 17 | F | 2 | 152 | 58 | 57 |
| Octal | 373 | 301 | 326 | 0 | 27 | 17 | 2 | 522 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11010110 | 0 | 10111 | 1111 | 10 | 101010010 | 1011000 | 1010111 |
Color Harmonies of #FBC1D6
Complementary color
Monochromatic Colors of #FBC1D6
Black with #FBC1D6
Text Example
Text Example
White with #FBC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1D6; }
p { color: rgb(251,193,214); }
H1.HeaderClassName
{
color: #FBC1D6;
}
.AnyTagClassName
{
color: #FBC1D6;
}
</style>
background-color css
<style>
a { background-color: #FBC1D6; }
a { background-color: rgb(251,193,214); }
div.DivClassName
{
background-color: #FBC1D6;
}
.BgClassName
{
background-color: #FBC1D6;
}
</style>
border-color css
<style>
span { border-color: #FBC1D6; }
span { border-color: rgb(251,193,214); }
td.TdClassName
{
border-color: #FBC1D6;
}
.TagClassName
{
border-color: #FBC1D6;
}
</style>