Shades of Cotton Candy #FCB9DD
Tints of Cotton Candy #FCB9DD
RGB
CMYK
RGB Variations
Color information
#FCB9DD (or 0xFCB9DD) is known color: Cotton Candy. HEX triplet: FC, B9 and DD. RGB value is (252,185,221). Sum of RGB (Red+Green+Blue) = 252+185+221=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9DD is #034622. Grayscale: #D1D1D1. Windows color (decimal): -214563 or 14531068. OLE color: 14531068.
HSL color Cylindrical-coordinate representation of color #FCB9DD: hue angle of 327.76º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9DD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 185 | 221 | - |
CMYK | 0 | 0.27 | 0.12 | 0.01 |
HSL | 327.76º | 0.92% | 0.86% | - |
HSV(B) | 327.76º | 0.27% | 0.99% | - |
XYZ | 70.54 | 60.61 | 76.39 | - |
YUV | 209.14 | 134.7 | 158.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 185 | 221 | 0 | 0.27 | 0.12 | 0.01 | 327.76 | 0.92 | 0.86 |
Hex | FC | B9 | DD | 0 | 1B | C | 1 | 148 | 5C | 56 |
Octal | 374 | 271 | 335 | 0 | 33 | 14 | 1 | 510 | 134 | 126 |
Binary | 11111100 | 10111001 | 11011101 | 0 | 11011 | 1100 | 1 | 101001000 | 1011100 | 1010110 |
Color Harmonies of #FCB9DD
Complementary color
Monochromatic Colors of #FCB9DD
Black with #FCB9DD
Text Example
Text Example
White with #FCB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9DD; }
p { color: rgb(252,185,221); }
H1.HeaderClassName
{
color: #FCB9DD;
}
.AnyTagClassName
{
color: #FCB9DD;
}
</style>
background-color css
<style>
a { background-color: #FCB9DD; }
a { background-color: rgb(252,185,221); }
div.DivClassName
{
background-color: #FCB9DD;
}
.BgClassName
{
background-color: #FCB9DD;
}
</style>
border-color css
<style>
span { border-color: #FCB9DD; }
span { border-color: rgb(252,185,221); }
td.TdClassName
{
border-color: #FCB9DD;
}
.TagClassName
{
border-color: #FCB9DD;
}
</style>