Shades of Cotton Candy #FEB7D5
Tints of Cotton Candy #FEB7D5
RGB
CMYK
RGB Variations
Color information
#FEB7D5 (or 0xFEB7D5) is known color: Cotton Candy. HEX triplet: FE, B7 and D5. RGB value is (254,183,213). Sum of RGB (Red+Green+Blue) = 254+183+213=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D5 is #01482A. Grayscale: #CFCFCF. Windows color (decimal): -84011 or 14006270. OLE color: 14006270.
HSL color Cylindrical-coordinate representation of color #FEB7D5: hue angle of 334.65º 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 #FEB7D5 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 213 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.00 |
| HSL | 334.65º | 0.97% | 0.86% | - |
| HSV(B) | 334.65º | 0.28% | 1% | - |
| XYZ | 69.82 | 59.74 | 70.8 | - |
| YUV | 207.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 213 | 0 | 0.28 | 0.16 | 0.00 | 334.65 | 0.97 | 0.86 |
| Hex | FE | B7 | D5 | 0 | 1C | 10 | 0 | 14F | 61 | 56 |
| Octal | 376 | 267 | 325 | 0 | 34 | 20 | 0 | 517 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11010101 | 0 | 11100 | 10000 | 0 | 101001111 | 1100001 | 1010110 |
Color Harmonies of #FEB7D5
Complementary color
Monochromatic Colors of #FEB7D5
Black with #FEB7D5
Text Example
Text Example
White with #FEB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7D5; }
p { color: rgb(254,183,213); }
H1.HeaderClassName
{
color: #FEB7D5;
}
.AnyTagClassName
{
color: #FEB7D5;
}
</style>
background-color css
<style>
a { background-color: #FEB7D5; }
a { background-color: rgb(254,183,213); }
div.DivClassName
{
background-color: #FEB7D5;
}
.BgClassName
{
background-color: #FEB7D5;
}
</style>
border-color css
<style>
span { border-color: #FEB7D5; }
span { border-color: rgb(254,183,213); }
td.TdClassName
{
border-color: #FEB7D5;
}
.TagClassName
{
border-color: #FEB7D5;
}
</style>