Shades of Cotton Candy #FCBEDC
Tints of Cotton Candy #FCBEDC
RGB
CMYK
RGB Variations
Color information
#FCBEDC (or 0xFCBEDC) is known color: Cotton Candy. HEX triplet: FC, BE and DC. RGB value is (252,190,220). Sum of RGB (Red+Green+Blue) = 252+190+220=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDC is #034123. Grayscale: #D3D3D3. Windows color (decimal): -213284 or 14466812. OLE color: 14466812.
HSL color Cylindrical-coordinate representation of color #FCBEDC: hue angle of 330.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEDC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 220 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.01 |
| HSL | 330.97º | 0.91% | 0.87% | - |
| HSV(B) | 330.97º | 0.25% | 0.99% | - |
| XYZ | 71.48 | 62.69 | 76.04 | - |
| YUV | 211.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 220 | 0 | 0.25 | 0.13 | 0.01 | 330.97 | 0.91 | 0.87 |
| Hex | FC | BE | DC | 0 | 19 | D | 1 | 14B | 5B | 57 |
| Octal | 374 | 276 | 334 | 0 | 31 | 15 | 1 | 513 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11011100 | 0 | 11001 | 1101 | 1 | 101001011 | 1011011 | 1010111 |
Color Harmonies of #FCBEDC
Complementary color
Monochromatic Colors of #FCBEDC
Black with #FCBEDC
Text Example
Text Example
White with #FCBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEDC; }
p { color: rgb(252,190,220); }
H1.HeaderClassName
{
color: #FCBEDC;
}
.AnyTagClassName
{
color: #FCBEDC;
}
</style>
background-color css
<style>
a { background-color: #FCBEDC; }
a { background-color: rgb(252,190,220); }
div.DivClassName
{
background-color: #FCBEDC;
}
.BgClassName
{
background-color: #FCBEDC;
}
</style>
border-color css
<style>
span { border-color: #FCBEDC; }
span { border-color: rgb(252,190,220); }
td.TdClassName
{
border-color: #FCBEDC;
}
.TagClassName
{
border-color: #FCBEDC;
}
</style>