Shades of Cotton Candy #FFBEDF
Tints of Cotton Candy #FFBEDF
RGB
CMYK
RGB Variations
Color information
#FFBEDF (or 0xFFBEDF) is known color: Cotton Candy. HEX triplet: FF, BE and DF. RGB value is (255,190,223). Sum of RGB (Red+Green+Blue) = 255+190+223=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEDF is #004120. Grayscale: #D5D5D5. Windows color (decimal): -16673 or 14663423. OLE color: 14663423.
HSL color Cylindrical-coordinate representation of color #FFBEDF: hue angle of 329.54º 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 #FFBEDF is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 223 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 329.54º | 1% | 0.87% | - |
| HSV(B) | 329.54º | 0.25% | 1% | - |
| XYZ | 72.97 | 63.41 | 78.21 | - |
| YUV | 213.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 223 | 0 | 0.25 | 0.13 | 0 | 329.54 | 1 | 0.87 |
| Hex | FF | BE | DF | 0 | 19 | D | 0 | 14A | 64 | 57 |
| Octal | 377 | 276 | 337 | 0 | 31 | 15 | 0 | 512 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11011111 | 0 | 11001 | 1101 | 0 | 101001010 | 1100100 | 1010111 |
Color Harmonies of #FFBEDF
Complementary color
Monochromatic Colors of #FFBEDF
Black with #FFBEDF
Text Example
Text Example
White with #FFBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEDF; }
p { color: rgb(255,190,223); }
H1.HeaderClassName
{
color: #FFBEDF;
}
.AnyTagClassName
{
color: #FFBEDF;
}
</style>
background-color css
<style>
a { background-color: #FFBEDF; }
a { background-color: rgb(255,190,223); }
div.DivClassName
{
background-color: #FFBEDF;
}
.BgClassName
{
background-color: #FFBEDF;
}
</style>
border-color css
<style>
span { border-color: #FFBEDF; }
span { border-color: rgb(255,190,223); }
td.TdClassName
{
border-color: #FFBEDF;
}
.TagClassName
{
border-color: #FFBEDF;
}
</style>