Shades of Cotton Candy #FEB8CF
Tints of Cotton Candy #FEB8CF
RGB
CMYK
RGB Variations
Color information
#FEB8CF (or 0xFEB8CF) is known color: Cotton Candy. HEX triplet: FE, B8 and CF. RGB value is (254,184,207). Sum of RGB (Red+Green+Blue) = 254+184+207=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8CF is #014730. Grayscale: #CFCFCF. Windows color (decimal): -83761 or 13613310. OLE color: 13613310.
HSL color Cylindrical-coordinate representation of color #FEB8CF: hue angle of 340.29º 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 #FEB8CF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 207 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.00 |
| HSL | 340.29º | 0.97% | 0.86% | - |
| HSV(B) | 340.29º | 0.28% | 1% | - |
| XYZ | 69.28 | 59.86 | 66.93 | - |
| YUV | 207.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 207 | 0 | 0.28 | 0.19 | 0.00 | 340.29 | 0.97 | 0.86 |
| Hex | FE | B8 | CF | 0 | 1C | 13 | 0 | 154 | 61 | 56 |
| Octal | 376 | 270 | 317 | 0 | 34 | 23 | 0 | 524 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11001111 | 0 | 11100 | 10011 | 0 | 101010100 | 1100001 | 1010110 |
Color Harmonies of #FEB8CF
Complementary color
Monochromatic Colors of #FEB8CF
Black with #FEB8CF
Text Example
Text Example
White with #FEB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8CF; }
p { color: rgb(254,184,207); }
H1.HeaderClassName
{
color: #FEB8CF;
}
.AnyTagClassName
{
color: #FEB8CF;
}
</style>
background-color css
<style>
a { background-color: #FEB8CF; }
a { background-color: rgb(254,184,207); }
div.DivClassName
{
background-color: #FEB8CF;
}
.BgClassName
{
background-color: #FEB8CF;
}
</style>
border-color css
<style>
span { border-color: #FEB8CF; }
span { border-color: rgb(254,184,207); }
td.TdClassName
{
border-color: #FEB8CF;
}
.TagClassName
{
border-color: #FEB8CF;
}
</style>