Shades of Cotton Candy #FEBDDF
Tints of Cotton Candy #FEBDDF
RGB
CMYK
RGB Variations
Color information
#FEBDDF (or 0xFEBDDF) is known color: Cotton Candy. HEX triplet: FE, BD and DF. RGB value is (254,189,223). Sum of RGB (Red+Green+Blue) = 254+189+223=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDDF is #014220. Grayscale: #D4D4D4. Windows color (decimal): -82465 or 14663166. OLE color: 14663166.
HSL color Cylindrical-coordinate representation of color #FEBDDF: hue angle of 328.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDDF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 223 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.00 |
| HSL | 328.62º | 0.97% | 0.87% | - |
| HSV(B) | 328.62º | 0.26% | 1% | - |
| XYZ | 72.39 | 62.79 | 78.12 | - |
| YUV | 212.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 223 | 0 | 0.26 | 0.12 | 0.00 | 328.62 | 0.97 | 0.87 |
| Hex | FE | BD | DF | 0 | 1A | C | 0 | 149 | 61 | 57 |
| Octal | 376 | 275 | 337 | 0 | 32 | 14 | 0 | 511 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11011111 | 0 | 11010 | 1100 | 0 | 101001001 | 1100001 | 1010111 |
Color Harmonies of #FEBDDF
Complementary color
Monochromatic Colors of #FEBDDF
Black with #FEBDDF
Text Example
Text Example
White with #FEBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDDF; }
p { color: rgb(254,189,223); }
H1.HeaderClassName
{
color: #FEBDDF;
}
.AnyTagClassName
{
color: #FEBDDF;
}
</style>
background-color css
<style>
a { background-color: #FEBDDF; }
a { background-color: rgb(254,189,223); }
div.DivClassName
{
background-color: #FEBDDF;
}
.BgClassName
{
background-color: #FEBDDF;
}
</style>
border-color css
<style>
span { border-color: #FEBDDF; }
span { border-color: rgb(254,189,223); }
td.TdClassName
{
border-color: #FEBDDF;
}
.TagClassName
{
border-color: #FEBDDF;
}
</style>