Shades of Cotton Candy #FFBDDE
Tints of Cotton Candy #FFBDDE
RGB
CMYK
RGB Variations
Color information
#FFBDDE (or 0xFFBDDE) is known color: Cotton Candy. HEX triplet: FF, BD and DE. RGB value is (255,189,222). Sum of RGB (Red+Green+Blue) = 255+189+222=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDE is #004221. Grayscale: #D4D4D4. Windows color (decimal): -16930 or 14597631. OLE color: 14597631.
HSL color Cylindrical-coordinate representation of color #FFBDDE: hue angle of 330º 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 #FFBDDE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 222 | - |
| CMYK | 0 | 0.26 | 0.13 | 0 |
| HSL | 330º | 1% | 0.87% | - |
| HSV(B) | 330º | 0.26% | 1% | - |
| XYZ | 72.62 | 62.93 | 77.43 | - |
| YUV | 212.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 222 | 0 | 0.26 | 0.13 | 0 | 330 | 1 | 0.87 |
| Hex | FF | BD | DE | 0 | 1A | D | 0 | 14A | 64 | 57 |
| Octal | 377 | 275 | 336 | 0 | 32 | 15 | 0 | 512 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11011110 | 0 | 11010 | 1101 | 0 | 101001010 | 1100100 | 1010111 |
Color Harmonies of #FFBDDE
Complementary color
Monochromatic Colors of #FFBDDE
Black with #FFBDDE
Text Example
Text Example
White with #FFBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDDE; }
p { color: rgb(255,189,222); }
H1.HeaderClassName
{
color: #FFBDDE;
}
.AnyTagClassName
{
color: #FFBDDE;
}
</style>
background-color css
<style>
a { background-color: #FFBDDE; }
a { background-color: rgb(255,189,222); }
div.DivClassName
{
background-color: #FFBDDE;
}
.BgClassName
{
background-color: #FFBDDE;
}
</style>
border-color css
<style>
span { border-color: #FFBDDE; }
span { border-color: rgb(255,189,222); }
td.TdClassName
{
border-color: #FFBDDE;
}
.TagClassName
{
border-color: #FFBDDE;
}
</style>