Shades of Cotton Candy #FEBEDE
Tints of Cotton Candy #FEBEDE
RGB
CMYK
RGB Variations
Color information
#FEBEDE (or 0xFEBEDE) is known color: Cotton Candy. HEX triplet: FE, BE and DE. RGB value is (254,190,222). Sum of RGB (Red+Green+Blue) = 254+190+222=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEDE is #014121. Grayscale: #D4D4D4. Windows color (decimal): -82210 or 14597886. OLE color: 14597886.
HSL color Cylindrical-coordinate representation of color #FEBEDE: hue angle of 330º 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 #FEBEDE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 222 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.00 |
| HSL | 330º | 0.97% | 0.87% | - |
| HSV(B) | 330º | 0.25% | 1% | - |
| XYZ | 72.47 | 63.17 | 77.48 | - |
| YUV | 212.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 222 | 0 | 0.25 | 0.13 | 0.00 | 330 | 0.97 | 0.87 |
| Hex | FE | BE | DE | 0 | 19 | D | 0 | 14A | 61 | 57 |
| Octal | 376 | 276 | 336 | 0 | 31 | 15 | 0 | 512 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11011110 | 0 | 11001 | 1101 | 0 | 101001010 | 1100001 | 1010111 |
Color Harmonies of #FEBEDE
Complementary color
Monochromatic Colors of #FEBEDE
Black with #FEBEDE
Text Example
Text Example
White with #FEBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEDE; }
p { color: rgb(254,190,222); }
H1.HeaderClassName
{
color: #FEBEDE;
}
.AnyTagClassName
{
color: #FEBEDE;
}
</style>
background-color css
<style>
a { background-color: #FEBEDE; }
a { background-color: rgb(254,190,222); }
div.DivClassName
{
background-color: #FEBEDE;
}
.BgClassName
{
background-color: #FEBEDE;
}
</style>
border-color css
<style>
span { border-color: #FEBEDE; }
span { border-color: rgb(254,190,222); }
td.TdClassName
{
border-color: #FEBEDE;
}
.TagClassName
{
border-color: #FEBEDE;
}
</style>