Shades of Cotton Candy #FFBEDC
Tints of Cotton Candy #FFBEDC
RGB
CMYK
RGB Variations
Color information
#FFBEDC (or 0xFFBEDC) is known color: Cotton Candy. HEX triplet: FF, BE and DC. RGB value is (255,190,220). Sum of RGB (Red+Green+Blue) = 255+190+220=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEDC is #004123. Grayscale: #D4D4D4. Windows color (decimal): -16676 or 14466815. OLE color: 14466815.
HSL color Cylindrical-coordinate representation of color #FFBEDC: hue angle of 332.31º 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 #FFBEDC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 220 | - |
| CMYK | 0 | 0.25 | 0.14 | 0 |
| HSL | 332.31º | 1% | 0.87% | - |
| HSV(B) | 332.31º | 0.25% | 1% | - |
| XYZ | 72.57 | 63.25 | 76.09 | - |
| YUV | 212.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 220 | 0 | 0.25 | 0.14 | 0 | 332.31 | 1 | 0.87 |
| Hex | FF | BE | DC | 0 | 19 | E | 0 | 14C | 64 | 57 |
| Octal | 377 | 276 | 334 | 0 | 31 | 16 | 0 | 514 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11011100 | 0 | 11001 | 1110 | 0 | 101001100 | 1100100 | 1010111 |
Color Harmonies of #FFBEDC
Complementary color
Monochromatic Colors of #FFBEDC
Black with #FFBEDC
Text Example
Text Example
White with #FFBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEDC; }
p { color: rgb(255,190,220); }
H1.HeaderClassName
{
color: #FFBEDC;
}
.AnyTagClassName
{
color: #FFBEDC;
}
</style>
background-color css
<style>
a { background-color: #FFBEDC; }
a { background-color: rgb(255,190,220); }
div.DivClassName
{
background-color: #FFBEDC;
}
.BgClassName
{
background-color: #FFBEDC;
}
</style>
border-color css
<style>
span { border-color: #FFBEDC; }
span { border-color: rgb(255,190,220); }
td.TdClassName
{
border-color: #FFBEDC;
}
.TagClassName
{
border-color: #FFBEDC;
}
</style>