Shades of Cotton Candy #FBC1D5
Tints of Cotton Candy #FBC1D5
RGB
CMYK
RGB Variations
Color information
#FBC1D5 (or 0xFBC1D5) is known color: Cotton Candy. HEX triplet: FB, C1 and D5. RGB value is (251,193,213). Sum of RGB (Red+Green+Blue) = 251+193+213=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D5 is #043E2A. Grayscale: #D4D4D4. Windows color (decimal): -278059 or 14008827. OLE color: 14008827.
HSL color Cylindrical-coordinate representation of color #FBC1D5: hue angle of 339.31º 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 #FBC1D5 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 213 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.02 |
| HSL | 339.31º | 0.88% | 0.87% | - |
| HSV(B) | 339.31º | 0.23% | 0.98% | - |
| XYZ | 70.86 | 63.45 | 71.46 | - |
| YUV | 212.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 213 | 0 | 0.23 | 0.15 | 0.02 | 339.31 | 0.88 | 0.87 |
| Hex | FB | C1 | D5 | 0 | 17 | F | 2 | 153 | 58 | 57 |
| Octal | 373 | 301 | 325 | 0 | 27 | 17 | 2 | 523 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11010101 | 0 | 10111 | 1111 | 10 | 101010011 | 1011000 | 1010111 |
Color Harmonies of #FBC1D5
Complementary color
Monochromatic Colors of #FBC1D5
Black with #FBC1D5
Text Example
Text Example
White with #FBC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1D5; }
p { color: rgb(251,193,213); }
H1.HeaderClassName
{
color: #FBC1D5;
}
.AnyTagClassName
{
color: #FBC1D5;
}
</style>
background-color css
<style>
a { background-color: #FBC1D5; }
a { background-color: rgb(251,193,213); }
div.DivClassName
{
background-color: #FBC1D5;
}
.BgClassName
{
background-color: #FBC1D5;
}
</style>
border-color css
<style>
span { border-color: #FBC1D5; }
span { border-color: rgb(251,193,213); }
td.TdClassName
{
border-color: #FBC1D5;
}
.TagClassName
{
border-color: #FBC1D5;
}
</style>