Shades of Cotton Candy #FCBDDC
Tints of Cotton Candy #FCBDDC
RGB
CMYK
RGB Variations
Color information
#FCBDDC (or 0xFCBDDC) is known color: Cotton Candy. HEX triplet: FC, BD and DC. RGB value is (252,189,220). Sum of RGB (Red+Green+Blue) = 252+189+220=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDC is #034223. Grayscale: #D3D3D3. Windows color (decimal): -213540 or 14466556. OLE color: 14466556.
HSL color Cylindrical-coordinate representation of color #FCBDDC: hue angle of 330.48º 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 #FCBDDC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 220 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.01 |
| HSL | 330.48º | 0.91% | 0.86% | - |
| HSV(B) | 330.48º | 0.25% | 0.99% | - |
| XYZ | 71.26 | 62.26 | 75.97 | - |
| YUV | 211.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 220 | 0 | 0.25 | 0.13 | 0.01 | 330.48 | 0.91 | 0.86 |
| Hex | FC | BD | DC | 0 | 19 | D | 1 | 14A | 5B | 56 |
| Octal | 374 | 275 | 334 | 0 | 31 | 15 | 1 | 512 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11011100 | 0 | 11001 | 1101 | 1 | 101001010 | 1011011 | 1010110 |
Color Harmonies of #FCBDDC
Complementary color
Monochromatic Colors of #FCBDDC
Black with #FCBDDC
Text Example
Text Example
White with #FCBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDDC; }
p { color: rgb(252,189,220); }
H1.HeaderClassName
{
color: #FCBDDC;
}
.AnyTagClassName
{
color: #FCBDDC;
}
</style>
background-color css
<style>
a { background-color: #FCBDDC; }
a { background-color: rgb(252,189,220); }
div.DivClassName
{
background-color: #FCBDDC;
}
.BgClassName
{
background-color: #FCBDDC;
}
</style>
border-color css
<style>
span { border-color: #FCBDDC; }
span { border-color: rgb(252,189,220); }
td.TdClassName
{
border-color: #FCBDDC;
}
.TagClassName
{
border-color: #FCBDDC;
}
</style>