Shades of Cotton Candy #FCBDDB
Tints of Cotton Candy #FCBDDB
RGB
CMYK
RGB Variations
Color information
#FCBDDB (or 0xFCBDDB) is known color: Cotton Candy. HEX triplet: FC, BD and DB. RGB value is (252,189,219). Sum of RGB (Red+Green+Blue) = 252+189+219=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDB is #034224. Grayscale: #D3D3D3. Windows color (decimal): -213541 or 14401020. OLE color: 14401020.
HSL color Cylindrical-coordinate representation of color #FCBDDB: hue angle of 331.43º 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 #FCBDDB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 219 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.01 |
| HSL | 331.43º | 0.91% | 0.86% | - |
| HSV(B) | 331.43º | 0.25% | 0.99% | - |
| XYZ | 71.13 | 62.21 | 75.28 | - |
| YUV | 211.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 219 | 0 | 0.25 | 0.13 | 0.01 | 331.43 | 0.91 | 0.86 |
| Hex | FC | BD | DB | 0 | 19 | D | 1 | 14B | 5B | 56 |
| Octal | 374 | 275 | 333 | 0 | 31 | 15 | 1 | 513 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11011011 | 0 | 11001 | 1101 | 1 | 101001011 | 1011011 | 1010110 |
Color Harmonies of #FCBDDB
Complementary color
Monochromatic Colors of #FCBDDB
Black with #FCBDDB
Text Example
Text Example
White with #FCBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDDB; }
p { color: rgb(252,189,219); }
H1.HeaderClassName
{
color: #FCBDDB;
}
.AnyTagClassName
{
color: #FCBDDB;
}
</style>
background-color css
<style>
a { background-color: #FCBDDB; }
a { background-color: rgb(252,189,219); }
div.DivClassName
{
background-color: #FCBDDB;
}
.BgClassName
{
background-color: #FCBDDB;
}
</style>
border-color css
<style>
span { border-color: #FCBDDB; }
span { border-color: rgb(252,189,219); }
td.TdClassName
{
border-color: #FCBDDB;
}
.TagClassName
{
border-color: #FCBDDB;
}
</style>