Shades of Cotton Candy #FEBEDF
Tints of Cotton Candy #FEBEDF
RGB
CMYK
RGB Variations
Color information
#FEBEDF (or 0xFEBEDF) is known color: Cotton Candy. HEX triplet: FE, BE and DF. RGB value is (254,190,223). Sum of RGB (Red+Green+Blue) = 254+190+223=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEDF is #014120. Grayscale: #D4D4D4. Windows color (decimal): -82209 or 14663422. OLE color: 14663422.
HSL color Cylindrical-coordinate representation of color #FEBEDF: hue angle of 329.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEDF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 223 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.00 |
| HSL | 329.06º | 0.97% | 0.87% | - |
| HSV(B) | 329.06º | 0.25% | 1% | - |
| XYZ | 72.61 | 63.23 | 78.19 | - |
| YUV | 212.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 223 | 0 | 0.25 | 0.12 | 0.00 | 329.06 | 0.97 | 0.87 |
| Hex | FE | BE | DF | 0 | 19 | C | 0 | 149 | 61 | 57 |
| Octal | 376 | 276 | 337 | 0 | 31 | 14 | 0 | 511 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11011111 | 0 | 11001 | 1100 | 0 | 101001001 | 1100001 | 1010111 |
Color Harmonies of #FEBEDF
Complementary color
Monochromatic Colors of #FEBEDF
Black with #FEBEDF
Text Example
Text Example
White with #FEBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEDF; }
p { color: rgb(254,190,223); }
H1.HeaderClassName
{
color: #FEBEDF;
}
.AnyTagClassName
{
color: #FEBEDF;
}
</style>
background-color css
<style>
a { background-color: #FEBEDF; }
a { background-color: rgb(254,190,223); }
div.DivClassName
{
background-color: #FEBEDF;
}
.BgClassName
{
background-color: #FEBEDF;
}
</style>
border-color css
<style>
span { border-color: #FEBEDF; }
span { border-color: rgb(254,190,223); }
td.TdClassName
{
border-color: #FEBEDF;
}
.TagClassName
{
border-color: #FEBEDF;
}
</style>