Shades of Cotton Candy #FFBDE0
Tints of Cotton Candy #FFBDE0
RGB
CMYK
RGB Variations
Color information
#FFBDE0 (or 0xFFBDE0) is known color: Cotton Candy. HEX triplet: FF, BD and E0. RGB value is (255,189,224). Sum of RGB (Red+Green+Blue) = 255+189+224=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE0 is #00421F. Grayscale: #D4D4D4. Windows color (decimal): -16928 or 14728703. OLE color: 14728703.
HSL color Cylindrical-coordinate representation of color #FFBDE0: hue angle of 328.18º 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 #FFBDE0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 224 | - |
| CMYK | 0 | 0.26 | 0.12 | 0 |
| HSL | 328.18º | 1% | 0.87% | - |
| HSV(B) | 328.18º | 0.26% | 1% | - |
| XYZ | 72.89 | 63.04 | 78.85 | - |
| YUV | 212.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 224 | 0 | 0.26 | 0.12 | 0 | 328.18 | 1 | 0.87 |
| Hex | FF | BD | E0 | 0 | 1A | C | 0 | 148 | 64 | 57 |
| Octal | 377 | 275 | 340 | 0 | 32 | 14 | 0 | 510 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11100000 | 0 | 11010 | 1100 | 0 | 101001000 | 1100100 | 1010111 |
Color Harmonies of #FFBDE0
Complementary color
Monochromatic Colors of #FFBDE0
Black with #FFBDE0
Text Example
Text Example
White with #FFBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDE0; }
p { color: rgb(255,189,224); }
H1.HeaderClassName
{
color: #FFBDE0;
}
.AnyTagClassName
{
color: #FFBDE0;
}
</style>
background-color css
<style>
a { background-color: #FFBDE0; }
a { background-color: rgb(255,189,224); }
div.DivClassName
{
background-color: #FFBDE0;
}
.BgClassName
{
background-color: #FFBDE0;
}
</style>
border-color css
<style>
span { border-color: #FFBDE0; }
span { border-color: rgb(255,189,224); }
td.TdClassName
{
border-color: #FFBDE0;
}
.TagClassName
{
border-color: #FFBDE0;
}
</style>