Shades of Cotton Candy #FFBEDB
Tints of Cotton Candy #FFBEDB
RGB
CMYK
RGB Variations
Color information
#FFBEDB (or 0xFFBEDB) is known color: Cotton Candy. HEX triplet: FF, BE and DB. RGB value is (255,190,219). Sum of RGB (Red+Green+Blue) = 255+190+219=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEDB is #004124. Grayscale: #D4D4D4. Windows color (decimal): -16677 or 14401279. OLE color: 14401279.
HSL color Cylindrical-coordinate representation of color #FFBEDB: hue angle of 333.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBEDB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 219 | - |
| CMYK | 0 | 0.25 | 0.14 | 0 |
| HSL | 333.23º | 1% | 0.87% | - |
| HSV(B) | 333.23º | 0.25% | 1% | - |
| XYZ | 72.44 | 63.2 | 75.4 | - |
| YUV | 212.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 219 | 0 | 0.25 | 0.14 | 0 | 333.23 | 1 | 0.87 |
| Hex | FF | BE | DB | 0 | 19 | E | 0 | 14D | 64 | 57 |
| Octal | 377 | 276 | 333 | 0 | 31 | 16 | 0 | 515 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11011011 | 0 | 11001 | 1110 | 0 | 101001101 | 1100100 | 1010111 |
Color Harmonies of #FFBEDB
Complementary color
Monochromatic Colors of #FFBEDB
Black with #FFBEDB
Text Example
Text Example
White with #FFBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEDB; }
p { color: rgb(255,190,219); }
H1.HeaderClassName
{
color: #FFBEDB;
}
.AnyTagClassName
{
color: #FFBEDB;
}
</style>
background-color css
<style>
a { background-color: #FFBEDB; }
a { background-color: rgb(255,190,219); }
div.DivClassName
{
background-color: #FFBEDB;
}
.BgClassName
{
background-color: #FFBEDB;
}
</style>
border-color css
<style>
span { border-color: #FFBEDB; }
span { border-color: rgb(255,190,219); }
td.TdClassName
{
border-color: #FFBEDB;
}
.TagClassName
{
border-color: #FFBEDB;
}
</style>