Shades of Cotton Candy #FEBCD1
Tints of Cotton Candy #FEBCD1
RGB
CMYK
RGB Variations
Color information
#FEBCD1 (or 0xFEBCD1) is known color: Cotton Candy. HEX triplet: FE, BC and D1. RGB value is (254,188,209). Sum of RGB (Red+Green+Blue) = 254+188+209=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD1 is #01432E. Grayscale: #D2D2D2. Windows color (decimal): -82735 or 13745406. OLE color: 13745406.
HSL color Cylindrical-coordinate representation of color #FEBCD1: hue angle of 340.91º 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 #FEBCD1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 209 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.00 |
| HSL | 340.91º | 0.97% | 0.87% | - |
| HSV(B) | 340.91º | 0.26% | 1% | - |
| XYZ | 70.36 | 61.64 | 68.51 | - |
| YUV | 210.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 209 | 0 | 0.26 | 0.18 | 0.00 | 340.91 | 0.97 | 0.87 |
| Hex | FE | BC | D1 | 0 | 1A | 12 | 0 | 155 | 61 | 57 |
| Octal | 376 | 274 | 321 | 0 | 32 | 22 | 0 | 525 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11010001 | 0 | 11010 | 10010 | 0 | 101010101 | 1100001 | 1010111 |
Color Harmonies of #FEBCD1
Complementary color
Monochromatic Colors of #FEBCD1
Black with #FEBCD1
Text Example
Text Example
White with #FEBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCD1; }
p { color: rgb(254,188,209); }
H1.HeaderClassName
{
color: #FEBCD1;
}
.AnyTagClassName
{
color: #FEBCD1;
}
</style>
background-color css
<style>
a { background-color: #FEBCD1; }
a { background-color: rgb(254,188,209); }
div.DivClassName
{
background-color: #FEBCD1;
}
.BgClassName
{
background-color: #FEBCD1;
}
</style>
border-color css
<style>
span { border-color: #FEBCD1; }
span { border-color: rgb(254,188,209); }
td.TdClassName
{
border-color: #FEBCD1;
}
.TagClassName
{
border-color: #FEBCD1;
}
</style>