Shades of Cotton Candy #FCBCE3
Tints of Cotton Candy #FCBCE3
RGB
CMYK
RGB Variations
Color information
#FCBCE3 (or 0xFCBCE3) is known color: Cotton Candy. HEX triplet: FC, BC and E3. RGB value is (252,188,227). Sum of RGB (Red+Green+Blue) = 252+188+227=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCE3 is #03431C. Grayscale: #D3D3D3. Windows color (decimal): -213789 or 14925052. OLE color: 14925052.
HSL color Cylindrical-coordinate representation of color #FCBCE3: hue angle of 323.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCE3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 227 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.01 |
| HSL | 323.44º | 0.91% | 0.86% | - |
| HSV(B) | 323.44º | 0.25% | 0.99% | - |
| XYZ | 71.99 | 62.21 | 80.89 | - |
| YUV | 211.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 227 | 0 | 0.25 | 0.10 | 0.01 | 323.44 | 0.91 | 0.86 |
| Hex | FC | BC | E3 | 0 | 19 | A | 1 | 143 | 5B | 56 |
| Octal | 374 | 274 | 343 | 0 | 31 | 12 | 1 | 503 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11100011 | 0 | 11001 | 1010 | 1 | 101000011 | 1011011 | 1010110 |
Color Harmonies of #FCBCE3
Complementary color
Monochromatic Colors of #FCBCE3
Black with #FCBCE3
Text Example
Text Example
White with #FCBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCE3; }
p { color: rgb(252,188,227); }
H1.HeaderClassName
{
color: #FCBCE3;
}
.AnyTagClassName
{
color: #FCBCE3;
}
</style>
background-color css
<style>
a { background-color: #FCBCE3; }
a { background-color: rgb(252,188,227); }
div.DivClassName
{
background-color: #FCBCE3;
}
.BgClassName
{
background-color: #FCBCE3;
}
</style>
border-color css
<style>
span { border-color: #FCBCE3; }
span { border-color: rgb(252,188,227); }
td.TdClassName
{
border-color: #FCBCE3;
}
.TagClassName
{
border-color: #FCBCE3;
}
</style>