Shades of Cotton Candy #FEB7D4
Tints of Cotton Candy #FEB7D4
RGB
CMYK
RGB Variations
Color information
#FEB7D4 (or 0xFEB7D4) is known color: Cotton Candy. HEX triplet: FE, B7 and D4. RGB value is (254,183,212). Sum of RGB (Red+Green+Blue) = 254+183+212=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D4 is #01482B. Grayscale: #CFCFCF. Windows color (decimal): -84012 or 13940734. OLE color: 13940734.
HSL color Cylindrical-coordinate representation of color #FEB7D4: hue angle of 335.49º 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 #FEB7D4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 212 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.00 |
| HSL | 335.49º | 0.97% | 0.86% | - |
| HSV(B) | 335.49º | 0.28% | 1% | - |
| XYZ | 69.69 | 59.69 | 70.14 | - |
| YUV | 207.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 212 | 0 | 0.28 | 0.17 | 0.00 | 335.49 | 0.97 | 0.86 |
| Hex | FE | B7 | D4 | 0 | 1C | 11 | 0 | 14F | 61 | 56 |
| Octal | 376 | 267 | 324 | 0 | 34 | 21 | 0 | 517 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11010100 | 0 | 11100 | 10001 | 0 | 101001111 | 1100001 | 1010110 |
Color Harmonies of #FEB7D4
Complementary color
Monochromatic Colors of #FEB7D4
Black with #FEB7D4
Text Example
Text Example
White with #FEB7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7D4; }
p { color: rgb(254,183,212); }
H1.HeaderClassName
{
color: #FEB7D4;
}
.AnyTagClassName
{
color: #FEB7D4;
}
</style>
background-color css
<style>
a { background-color: #FEB7D4; }
a { background-color: rgb(254,183,212); }
div.DivClassName
{
background-color: #FEB7D4;
}
.BgClassName
{
background-color: #FEB7D4;
}
</style>
border-color css
<style>
span { border-color: #FEB7D4; }
span { border-color: rgb(254,183,212); }
td.TdClassName
{
border-color: #FEB7D4;
}
.TagClassName
{
border-color: #FEB7D4;
}
</style>