Shades of Cotton Candy #FEB3D9
Tints of Cotton Candy #FEB3D9
RGB
CMYK
RGB Variations
Color information
#FEB3D9 (or 0xFEB3D9) is known color: Cotton Candy. HEX triplet: FE, B3 and D9. RGB value is (254,179,217). Sum of RGB (Red+Green+Blue) = 254+179+217=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3D9 is #014C26. Grayscale: #CDCDCD. Windows color (decimal): -85031 or 14267390. OLE color: 14267390.
HSL color Cylindrical-coordinate representation of color #FEB3D9: hue angle of 329.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3D9 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 217 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.00 |
| HSL | 329.6º | 0.97% | 0.85% | - |
| HSV(B) | 329.6º | 0.3% | 1% | - |
| XYZ | 69.52 | 58.32 | 73.24 | - |
| YUV | 205.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 217 | 0 | 0.30 | 0.15 | 0.00 | 329.6 | 0.97 | 0.85 |
| Hex | FE | B3 | D9 | 0 | 1E | F | 0 | 14A | 61 | 55 |
| Octal | 376 | 263 | 331 | 0 | 36 | 17 | 0 | 512 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11011001 | 0 | 11110 | 1111 | 0 | 101001010 | 1100001 | 1010101 |
Color Harmonies of #FEB3D9
Complementary color
Monochromatic Colors of #FEB3D9
Black with #FEB3D9
Text Example
Text Example
White with #FEB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3D9; }
p { color: rgb(254,179,217); }
H1.HeaderClassName
{
color: #FEB3D9;
}
.AnyTagClassName
{
color: #FEB3D9;
}
</style>
background-color css
<style>
a { background-color: #FEB3D9; }
a { background-color: rgb(254,179,217); }
div.DivClassName
{
background-color: #FEB3D9;
}
.BgClassName
{
background-color: #FEB3D9;
}
</style>
border-color css
<style>
span { border-color: #FEB3D9; }
span { border-color: rgb(254,179,217); }
td.TdClassName
{
border-color: #FEB3D9;
}
.TagClassName
{
border-color: #FEB3D9;
}
</style>