Shades of Cotton Candy #FCB8D5
Tints of Cotton Candy #FCB8D5
RGB
CMYK
RGB Variations
Color information
#FCB8D5 (or 0xFCB8D5) is known color: Cotton Candy. HEX triplet: FC, B8 and D5. RGB value is (252,184,213). Sum of RGB (Red+Green+Blue) = 252+184+213=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8D5 is #03472A. Grayscale: #CFCFCF. Windows color (decimal): -214827 or 14006524. OLE color: 14006524.
HSL color Cylindrical-coordinate representation of color #FCB8D5: hue angle of 334.41º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8D5 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 213 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.01 |
| HSL | 334.41º | 0.92% | 0.85% | - |
| HSV(B) | 334.41º | 0.27% | 0.99% | - |
| XYZ | 69.3 | 59.78 | 70.84 | - |
| YUV | 207.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 213 | 0 | 0.27 | 0.15 | 0.01 | 334.41 | 0.92 | 0.85 |
| Hex | FC | B8 | D5 | 0 | 1B | F | 1 | 14E | 5C | 55 |
| Octal | 374 | 270 | 325 | 0 | 33 | 17 | 1 | 516 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11010101 | 0 | 11011 | 1111 | 1 | 101001110 | 1011100 | 1010101 |
Color Harmonies of #FCB8D5
Complementary color
Monochromatic Colors of #FCB8D5
Black with #FCB8D5
Text Example
Text Example
White with #FCB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8D5; }
p { color: rgb(252,184,213); }
H1.HeaderClassName
{
color: #FCB8D5;
}
.AnyTagClassName
{
color: #FCB8D5;
}
</style>
background-color css
<style>
a { background-color: #FCB8D5; }
a { background-color: rgb(252,184,213); }
div.DivClassName
{
background-color: #FCB8D5;
}
.BgClassName
{
background-color: #FCB8D5;
}
</style>
border-color css
<style>
span { border-color: #FCB8D5; }
span { border-color: rgb(252,184,213); }
td.TdClassName
{
border-color: #FCB8D5;
}
.TagClassName
{
border-color: #FCB8D5;
}
</style>