Shades of Cotton Candy #FFBDDC
Tints of Cotton Candy #FFBDDC
RGB
CMYK
RGB Variations
Color information
#FFBDDC (or 0xFFBDDC) is known color: Cotton Candy. HEX triplet: FF, BD and DC. RGB value is (255,189,220). Sum of RGB (Red+Green+Blue) = 255+189+220=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDC is #004223. Grayscale: #D4D4D4. Windows color (decimal): -16932 or 14466559. OLE color: 14466559.
HSL color Cylindrical-coordinate representation of color #FFBDDC: hue angle of 331.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDDC is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 220 | - |
| CMYK | 0 | 0.26 | 0.14 | 0 |
| HSL | 331.82º | 1% | 0.87% | - |
| HSV(B) | 331.82º | 0.26% | 1% | - |
| XYZ | 72.36 | 62.82 | 76.02 | - |
| YUV | 212.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 220 | 0 | 0.26 | 0.14 | 0 | 331.82 | 1 | 0.87 |
| Hex | FF | BD | DC | 0 | 1A | E | 0 | 14C | 64 | 57 |
| Octal | 377 | 275 | 334 | 0 | 32 | 16 | 0 | 514 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11011100 | 0 | 11010 | 1110 | 0 | 101001100 | 1100100 | 1010111 |
Color Harmonies of #FFBDDC
Complementary color
Monochromatic Colors of #FFBDDC
Black with #FFBDDC
Text Example
Text Example
White with #FFBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDDC; }
p { color: rgb(255,189,220); }
H1.HeaderClassName
{
color: #FFBDDC;
}
.AnyTagClassName
{
color: #FFBDDC;
}
</style>
background-color css
<style>
a { background-color: #FFBDDC; }
a { background-color: rgb(255,189,220); }
div.DivClassName
{
background-color: #FFBDDC;
}
.BgClassName
{
background-color: #FFBDDC;
}
</style>
border-color css
<style>
span { border-color: #FFBDDC; }
span { border-color: rgb(255,189,220); }
td.TdClassName
{
border-color: #FFBDDC;
}
.TagClassName
{
border-color: #FFBDDC;
}
</style>