Shades of Cotton Candy #FFBDE4
Tints of Cotton Candy #FFBDE4
RGB
CMYK
RGB Variations
Color information
#FFBDE4 (or 0xFFBDE4) is known color: Cotton Candy. HEX triplet: FF, BD and E4. RGB value is (255,189,228). Sum of RGB (Red+Green+Blue) = 255+189+228=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE4 is #00421B. Grayscale: #D5D5D5. Windows color (decimal): -16924 or 14990847. OLE color: 14990847.
HSL color Cylindrical-coordinate representation of color #FFBDE4: hue angle of 324.55º 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 #FFBDE4 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 228 | - |
| CMYK | 0 | 0.26 | 0.11 | 0 |
| HSL | 324.55º | 1% | 0.87% | - |
| HSV(B) | 324.55º | 0.26% | 1% | - |
| XYZ | 73.44 | 63.26 | 81.74 | - |
| YUV | 213.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 228 | 0 | 0.26 | 0.11 | 0 | 324.55 | 1 | 0.87 |
| Hex | FF | BD | E4 | 0 | 1A | B | 0 | 145 | 64 | 57 |
| Octal | 377 | 275 | 344 | 0 | 32 | 13 | 0 | 505 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11100100 | 0 | 11010 | 1011 | 0 | 101000101 | 1100100 | 1010111 |
Color Harmonies of #FFBDE4
Complementary color
Monochromatic Colors of #FFBDE4
Black with #FFBDE4
Text Example
Text Example
White with #FFBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDE4; }
p { color: rgb(255,189,228); }
H1.HeaderClassName
{
color: #FFBDE4;
}
.AnyTagClassName
{
color: #FFBDE4;
}
</style>
background-color css
<style>
a { background-color: #FFBDE4; }
a { background-color: rgb(255,189,228); }
div.DivClassName
{
background-color: #FFBDE4;
}
.BgClassName
{
background-color: #FFBDE4;
}
</style>
border-color css
<style>
span { border-color: #FFBDE4; }
span { border-color: rgb(255,189,228); }
td.TdClassName
{
border-color: #FFBDE4;
}
.TagClassName
{
border-color: #FFBDE4;
}
</style>