Shades of Cotton Candy #FFBDE2
Tints of Cotton Candy #FFBDE2
RGB
CMYK
RGB Variations
Color information
#FFBDE2 (or 0xFFBDE2) is known color: Cotton Candy. HEX triplet: FF, BD and E2. RGB value is (255,189,226). Sum of RGB (Red+Green+Blue) = 255+189+226=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE2 is #00421D. Grayscale: #D4D4D4. Windows color (decimal): -16926 or 14859775. OLE color: 14859775.
HSL color Cylindrical-coordinate representation of color #FFBDE2: hue angle of 326.36º 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 #FFBDE2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 226 | - |
| CMYK | 0 | 0.26 | 0.11 | 0 |
| HSL | 326.36º | 1% | 0.87% | - |
| HSV(B) | 326.36º | 0.26% | 1% | - |
| XYZ | 73.17 | 63.15 | 80.28 | - |
| YUV | 212.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 226 | 0 | 0.26 | 0.11 | 0 | 326.36 | 1 | 0.87 |
| Hex | FF | BD | E2 | 0 | 1A | B | 0 | 146 | 64 | 57 |
| Octal | 377 | 275 | 342 | 0 | 32 | 13 | 0 | 506 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11100010 | 0 | 11010 | 1011 | 0 | 101000110 | 1100100 | 1010111 |
Color Harmonies of #FFBDE2
Complementary color
Monochromatic Colors of #FFBDE2
Black with #FFBDE2
Text Example
Text Example
White with #FFBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDE2; }
p { color: rgb(255,189,226); }
H1.HeaderClassName
{
color: #FFBDE2;
}
.AnyTagClassName
{
color: #FFBDE2;
}
</style>
background-color css
<style>
a { background-color: #FFBDE2; }
a { background-color: rgb(255,189,226); }
div.DivClassName
{
background-color: #FFBDE2;
}
.BgClassName
{
background-color: #FFBDE2;
}
</style>
border-color css
<style>
span { border-color: #FFBDE2; }
span { border-color: rgb(255,189,226); }
td.TdClassName
{
border-color: #FFBDE2;
}
.TagClassName
{
border-color: #FFBDE2;
}
</style>