Shades of Cotton Candy #FFBDE1
Tints of Cotton Candy #FFBDE1
RGB
CMYK
RGB Variations
Color information
#FFBDE1 (or 0xFFBDE1) is known color: Cotton Candy. HEX triplet: FF, BD and E1. RGB value is (255,189,225). Sum of RGB (Red+Green+Blue) = 255+189+225=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE1 is #00421E. Grayscale: #D4D4D4. Windows color (decimal): -16927 or 14794239. OLE color: 14794239.
HSL color Cylindrical-coordinate representation of color #FFBDE1: hue angle of 327.27º 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 #FFBDE1 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 225 | - |
| CMYK | 0 | 0.26 | 0.12 | 0 |
| HSL | 327.27º | 1% | 0.87% | - |
| HSV(B) | 327.27º | 0.26% | 1% | - |
| XYZ | 73.03 | 63.09 | 79.56 | - |
| YUV | 212.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 225 | 0 | 0.26 | 0.12 | 0 | 327.27 | 1 | 0.87 |
| Hex | FF | BD | E1 | 0 | 1A | C | 0 | 147 | 64 | 57 |
| Octal | 377 | 275 | 341 | 0 | 32 | 14 | 0 | 507 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11100001 | 0 | 11010 | 1100 | 0 | 101000111 | 1100100 | 1010111 |
Color Harmonies of #FFBDE1
Complementary color
Monochromatic Colors of #FFBDE1
Black with #FFBDE1
Text Example
Text Example
White with #FFBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDE1; }
p { color: rgb(255,189,225); }
H1.HeaderClassName
{
color: #FFBDE1;
}
.AnyTagClassName
{
color: #FFBDE1;
}
</style>
background-color css
<style>
a { background-color: #FFBDE1; }
a { background-color: rgb(255,189,225); }
div.DivClassName
{
background-color: #FFBDE1;
}
.BgClassName
{
background-color: #FFBDE1;
}
</style>
border-color css
<style>
span { border-color: #FFBDE1; }
span { border-color: rgb(255,189,225); }
td.TdClassName
{
border-color: #FFBDE1;
}
.TagClassName
{
border-color: #FFBDE1;
}
</style>