Shades of Cotton Candy #FCBFDB
Tints of Cotton Candy #FCBFDB
RGB
CMYK
RGB Variations
Color information
#FCBFDB (or 0xFCBFDB) is known color: Cotton Candy. HEX triplet: FC, BF and DB. RGB value is (252,191,219). Sum of RGB (Red+Green+Blue) = 252+191+219=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFDB is #034024. Grayscale: #D4D4D4. Windows color (decimal): -213029 or 14401532. OLE color: 14401532.
HSL color Cylindrical-coordinate representation of color #FCBFDB: hue angle of 332.46º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFDB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 219 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.01 |
| HSL | 332.46º | 0.91% | 0.87% | - |
| HSV(B) | 332.46º | 0.24% | 0.99% | - |
| XYZ | 71.56 | 63.07 | 75.42 | - |
| YUV | 212.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 219 | 0 | 0.24 | 0.13 | 0.01 | 332.46 | 0.91 | 0.87 |
| Hex | FC | BF | DB | 0 | 18 | D | 1 | 14C | 5B | 57 |
| Octal | 374 | 277 | 333 | 0 | 30 | 15 | 1 | 514 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11011011 | 0 | 11000 | 1101 | 1 | 101001100 | 1011011 | 1010111 |
Color Harmonies of #FCBFDB
Complementary color
Monochromatic Colors of #FCBFDB
Black with #FCBFDB
Text Example
Text Example
White with #FCBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFDB; }
p { color: rgb(252,191,219); }
H1.HeaderClassName
{
color: #FCBFDB;
}
.AnyTagClassName
{
color: #FCBFDB;
}
</style>
background-color css
<style>
a { background-color: #FCBFDB; }
a { background-color: rgb(252,191,219); }
div.DivClassName
{
background-color: #FCBFDB;
}
.BgClassName
{
background-color: #FCBFDB;
}
</style>
border-color css
<style>
span { border-color: #FCBFDB; }
span { border-color: rgb(252,191,219); }
td.TdClassName
{
border-color: #FCBFDB;
}
.TagClassName
{
border-color: #FCBFDB;
}
</style>