Shades of Cotton Candy #FEB8D3
Tints of Cotton Candy #FEB8D3
RGB
CMYK
RGB Variations
Color information
#FEB8D3 (or 0xFEB8D3) is known color: Cotton Candy. HEX triplet: FE, B8 and D3. RGB value is (254,184,211). Sum of RGB (Red+Green+Blue) = 254+184+211=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D3 is #01472C. Grayscale: #CFCFCF. Windows color (decimal): -83757 or 13875454. OLE color: 13875454.
HSL color Cylindrical-coordinate representation of color #FEB8D3: hue angle of 336.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8D3 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 211 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.00 |
| HSL | 336.86º | 0.97% | 0.86% | - |
| HSV(B) | 336.86º | 0.28% | 1% | - |
| XYZ | 69.77 | 60.05 | 69.54 | - |
| YUV | 208.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 211 | 0 | 0.28 | 0.17 | 0.00 | 336.86 | 0.97 | 0.86 |
| Hex | FE | B8 | D3 | 0 | 1C | 11 | 0 | 151 | 61 | 56 |
| Octal | 376 | 270 | 323 | 0 | 34 | 21 | 0 | 521 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11010011 | 0 | 11100 | 10001 | 0 | 101010001 | 1100001 | 1010110 |
Color Harmonies of #FEB8D3
Complementary color
Monochromatic Colors of #FEB8D3
Black with #FEB8D3
Text Example
Text Example
White with #FEB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8D3; }
p { color: rgb(254,184,211); }
H1.HeaderClassName
{
color: #FEB8D3;
}
.AnyTagClassName
{
color: #FEB8D3;
}
</style>
background-color css
<style>
a { background-color: #FEB8D3; }
a { background-color: rgb(254,184,211); }
div.DivClassName
{
background-color: #FEB8D3;
}
.BgClassName
{
background-color: #FEB8D3;
}
</style>
border-color css
<style>
span { border-color: #FEB8D3; }
span { border-color: rgb(254,184,211); }
td.TdClassName
{
border-color: #FEB8D3;
}
.TagClassName
{
border-color: #FEB8D3;
}
</style>