Shades of Cotton Candy #FFBEDE
Tints of Cotton Candy #FFBEDE
RGB
CMYK
RGB Variations
Color information
#FFBEDE (or 0xFFBEDE) is known color: Cotton Candy. HEX triplet: FF, BE and DE. RGB value is (255,190,222). Sum of RGB (Red+Green+Blue) = 255+190+222=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEDE is #004121. Grayscale: #D5D5D5. Windows color (decimal): -16674 or 14597887. OLE color: 14597887.
HSL color Cylindrical-coordinate representation of color #FFBEDE: hue angle of 330.46º 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 #FFBEDE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 222 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 330.46º | 1% | 0.87% | - |
| HSV(B) | 330.46º | 0.25% | 1% | - |
| XYZ | 72.84 | 63.36 | 77.5 | - |
| YUV | 213.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 222 | 0 | 0.25 | 0.13 | 0 | 330.46 | 1 | 0.87 |
| Hex | FF | BE | DE | 0 | 19 | D | 0 | 14A | 64 | 57 |
| Octal | 377 | 276 | 336 | 0 | 31 | 15 | 0 | 512 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11011110 | 0 | 11001 | 1101 | 0 | 101001010 | 1100100 | 1010111 |
Color Harmonies of #FFBEDE
Complementary color
Monochromatic Colors of #FFBEDE
Black with #FFBEDE
Text Example
Text Example
White with #FFBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEDE; }
p { color: rgb(255,190,222); }
H1.HeaderClassName
{
color: #FFBEDE;
}
.AnyTagClassName
{
color: #FFBEDE;
}
</style>
background-color css
<style>
a { background-color: #FFBEDE; }
a { background-color: rgb(255,190,222); }
div.DivClassName
{
background-color: #FFBEDE;
}
.BgClassName
{
background-color: #FFBEDE;
}
</style>
border-color css
<style>
span { border-color: #FFBEDE; }
span { border-color: rgb(255,190,222); }
td.TdClassName
{
border-color: #FFBEDE;
}
.TagClassName
{
border-color: #FFBEDE;
}
</style>