Shades of Cotton Candy #FFBEDD
Tints of Cotton Candy #FFBEDD
RGB
CMYK
RGB Variations
Color information
#FFBEDD (or 0xFFBEDD) is known color: Cotton Candy. HEX triplet: FF, BE and DD. RGB value is (255,190,221). Sum of RGB (Red+Green+Blue) = 255+190+221=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEDD is #004122. Grayscale: #D4D4D4. Windows color (decimal): -16675 or 14532351. OLE color: 14532351.
HSL color Cylindrical-coordinate representation of color #FFBEDD: hue angle of 331.38º 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 #FFBEDD is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 221 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 331.38º | 1% | 0.87% | - |
| HSV(B) | 331.38º | 0.25% | 1% | - |
| XYZ | 72.7 | 63.31 | 76.79 | - |
| YUV | 212.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 221 | 0 | 0.25 | 0.13 | 0 | 331.38 | 1 | 0.87 |
| Hex | FF | BE | DD | 0 | 19 | D | 0 | 14B | 64 | 57 |
| Octal | 377 | 276 | 335 | 0 | 31 | 15 | 0 | 513 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11011101 | 0 | 11001 | 1101 | 0 | 101001011 | 1100100 | 1010111 |
Color Harmonies of #FFBEDD
Complementary color
Monochromatic Colors of #FFBEDD
Black with #FFBEDD
Text Example
Text Example
White with #FFBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEDD; }
p { color: rgb(255,190,221); }
H1.HeaderClassName
{
color: #FFBEDD;
}
.AnyTagClassName
{
color: #FFBEDD;
}
</style>
background-color css
<style>
a { background-color: #FFBEDD; }
a { background-color: rgb(255,190,221); }
div.DivClassName
{
background-color: #FFBEDD;
}
.BgClassName
{
background-color: #FFBEDD;
}
</style>
border-color css
<style>
span { border-color: #FFBEDD; }
span { border-color: rgb(255,190,221); }
td.TdClassName
{
border-color: #FFBEDD;
}
.TagClassName
{
border-color: #FFBEDD;
}
</style>