Shades of Cotton Candy #FCBBDF
Tints of Cotton Candy #FCBBDF
RGB
CMYK
RGB Variations
Color information
#FCBBDF (or 0xFCBBDF) is known color: Cotton Candy. HEX triplet: FC, BB and DF. RGB value is (252,187,223). Sum of RGB (Red+Green+Blue) = 252+187+223=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDF is #034420. Grayscale: #D2D2D2. Windows color (decimal): -214049 or 14662652. OLE color: 14662652.
HSL color Cylindrical-coordinate representation of color #FCBBDF: hue angle of 326.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBDF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 223 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.01 |
| HSL | 326.77º | 0.92% | 0.86% | - |
| HSV(B) | 326.77º | 0.26% | 0.99% | - |
| XYZ | 71.23 | 61.56 | 77.94 | - |
| YUV | 210.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 223 | 0 | 0.26 | 0.12 | 0.01 | 326.77 | 0.92 | 0.86 |
| Hex | FC | BB | DF | 0 | 1A | C | 1 | 147 | 5C | 56 |
| Octal | 374 | 273 | 337 | 0 | 32 | 14 | 1 | 507 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11011111 | 0 | 11010 | 1100 | 1 | 101000111 | 1011100 | 1010110 |
Color Harmonies of #FCBBDF
Complementary color
Monochromatic Colors of #FCBBDF
Black with #FCBBDF
Text Example
Text Example
White with #FCBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBDF; }
p { color: rgb(252,187,223); }
H1.HeaderClassName
{
color: #FCBBDF;
}
.AnyTagClassName
{
color: #FCBBDF;
}
</style>
background-color css
<style>
a { background-color: #FCBBDF; }
a { background-color: rgb(252,187,223); }
div.DivClassName
{
background-color: #FCBBDF;
}
.BgClassName
{
background-color: #FCBBDF;
}
</style>
border-color css
<style>
span { border-color: #FCBBDF; }
span { border-color: rgb(252,187,223); }
td.TdClassName
{
border-color: #FCBBDF;
}
.TagClassName
{
border-color: #FCBBDF;
}
</style>