Shades of Cotton Candy #FEBDD7
Tints of Cotton Candy #FEBDD7
RGB
CMYK
RGB Variations
Color information
#FEBDD7 (or 0xFEBDD7) is known color: Cotton Candy. HEX triplet: FE, BD and D7. RGB value is (254,189,215). Sum of RGB (Red+Green+Blue) = 254+189+215=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD7 is #014228. Grayscale: #D3D3D3. Windows color (decimal): -82473 or 14138878. OLE color: 14138878.
HSL color Cylindrical-coordinate representation of color #FEBDD7: hue angle of 336º 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 #FEBDD7 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 215 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.00 |
| HSL | 336º | 0.97% | 0.87% | - |
| HSV(B) | 336º | 0.26% | 1% | - |
| XYZ | 71.34 | 62.37 | 72.57 | - |
| YUV | 211.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 215 | 0 | 0.26 | 0.15 | 0.00 | 336 | 0.97 | 0.87 |
| Hex | FE | BD | D7 | 0 | 1A | F | 0 | 150 | 61 | 57 |
| Octal | 376 | 275 | 327 | 0 | 32 | 17 | 0 | 520 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11010111 | 0 | 11010 | 1111 | 0 | 101010000 | 1100001 | 1010111 |
Color Harmonies of #FEBDD7
Complementary color
Monochromatic Colors of #FEBDD7
Black with #FEBDD7
Text Example
Text Example
White with #FEBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDD7; }
p { color: rgb(254,189,215); }
H1.HeaderClassName
{
color: #FEBDD7;
}
.AnyTagClassName
{
color: #FEBDD7;
}
</style>
background-color css
<style>
a { background-color: #FEBDD7; }
a { background-color: rgb(254,189,215); }
div.DivClassName
{
background-color: #FEBDD7;
}
.BgClassName
{
background-color: #FEBDD7;
}
</style>
border-color css
<style>
span { border-color: #FEBDD7; }
span { border-color: rgb(254,189,215); }
td.TdClassName
{
border-color: #FEBDD7;
}
.TagClassName
{
border-color: #FEBDD7;
}
</style>