Shades of Cotton Candy #FCB6DB
Tints of Cotton Candy #FCB6DB
RGB
CMYK
RGB Variations
Color information
#FCB6DB (or 0xFCB6DB) is known color: Cotton Candy. HEX triplet: FC, B6 and DB. RGB value is (252,182,219). Sum of RGB (Red+Green+Blue) = 252+182+219=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6DB is #034924. Grayscale: #CFCFCF. Windows color (decimal): -215333 or 14399228. OLE color: 14399228.
HSL color Cylindrical-coordinate representation of color #FCB6DB: hue angle of 328.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB6DB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 182 | 219 | - |
CMYK | 0 | 0.28 | 0.13 | 0.01 |
HSL | 328.29º | 0.92% | 0.85% | - |
HSV(B) | 328.29º | 0.28% | 0.99% | - |
XYZ | 69.66 | 59.27 | 74.79 | - |
YUV | 207.15 | 134.69 | 159.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 182 | 219 | 0 | 0.28 | 0.13 | 0.01 | 328.29 | 0.92 | 0.85 |
Hex | FC | B6 | DB | 0 | 1C | D | 1 | 148 | 5C | 55 |
Octal | 374 | 266 | 333 | 0 | 34 | 15 | 1 | 510 | 134 | 125 |
Binary | 11111100 | 10110110 | 11011011 | 0 | 11100 | 1101 | 1 | 101001000 | 1011100 | 1010101 |
Color Harmonies of #FCB6DB
Complementary color
Monochromatic Colors of #FCB6DB
Black with #FCB6DB
Text Example
Text Example
White with #FCB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6DB; }
p { color: rgb(252,182,219); }
H1.HeaderClassName
{
color: #FCB6DB;
}
.AnyTagClassName
{
color: #FCB6DB;
}
</style>
background-color css
<style>
a { background-color: #FCB6DB; }
a { background-color: rgb(252,182,219); }
div.DivClassName
{
background-color: #FCB6DB;
}
.BgClassName
{
background-color: #FCB6DB;
}
</style>
border-color css
<style>
span { border-color: #FCB6DB; }
span { border-color: rgb(252,182,219); }
td.TdClassName
{
border-color: #FCB6DB;
}
.TagClassName
{
border-color: #FCB6DB;
}
</style>