Shades of Cotton Candy #FEBDE3
Tints of Cotton Candy #FEBDE3
RGB
CMYK
RGB Variations
Color information
#FEBDE3 (or 0xFEBDE3) is known color: Cotton Candy. HEX triplet: FE, BD and E3. RGB value is (254,189,227). Sum of RGB (Red+Green+Blue) = 254+189+227=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE3 is #01421C. Grayscale: #D4D4D4. Windows color (decimal): -82461 or 14925310. OLE color: 14925310.
HSL color Cylindrical-coordinate representation of color #FEBDE3: hue angle of 324.92º 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 #FEBDE3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 227 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.00 |
| HSL | 324.92º | 0.97% | 0.87% | - |
| HSV(B) | 324.92º | 0.26% | 1% | - |
| XYZ | 72.94 | 63.01 | 80.99 | - |
| YUV | 212.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 227 | 0 | 0.26 | 0.11 | 0.00 | 324.92 | 0.97 | 0.87 |
| Hex | FE | BD | E3 | 0 | 1A | B | 0 | 145 | 61 | 57 |
| Octal | 376 | 275 | 343 | 0 | 32 | 13 | 0 | 505 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11100011 | 0 | 11010 | 1011 | 0 | 101000101 | 1100001 | 1010111 |
Color Harmonies of #FEBDE3
Complementary color
Monochromatic Colors of #FEBDE3
Black with #FEBDE3
Text Example
Text Example
White with #FEBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDE3; }
p { color: rgb(254,189,227); }
H1.HeaderClassName
{
color: #FEBDE3;
}
.AnyTagClassName
{
color: #FEBDE3;
}
</style>
background-color css
<style>
a { background-color: #FEBDE3; }
a { background-color: rgb(254,189,227); }
div.DivClassName
{
background-color: #FEBDE3;
}
.BgClassName
{
background-color: #FEBDE3;
}
</style>
border-color css
<style>
span { border-color: #FEBDE3; }
span { border-color: rgb(254,189,227); }
td.TdClassName
{
border-color: #FEBDE3;
}
.TagClassName
{
border-color: #FEBDE3;
}
</style>