Shades of Cotton Candy #FEB3D6
Tints of Cotton Candy #FEB3D6
RGB
CMYK
RGB Variations
Color information
#FEB3D6 (or 0xFEB3D6) is known color: Cotton Candy. HEX triplet: FE, B3 and D6. RGB value is (254,179,214). Sum of RGB (Red+Green+Blue) = 254+179+214=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3D6 is #014C29. Grayscale: #CDCDCD. Windows color (decimal): -85034 or 14070782. OLE color: 14070782.
HSL color Cylindrical-coordinate representation of color #FEB3D6: hue angle of 332º 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 #FEB3D6 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 214 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.00 |
| HSL | 332º | 0.97% | 0.85% | - |
| HSV(B) | 332º | 0.3% | 1% | - |
| XYZ | 69.13 | 58.17 | 71.2 | - |
| YUV | 205.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 214 | 0 | 0.30 | 0.16 | 0.00 | 332 | 0.97 | 0.85 |
| Hex | FE | B3 | D6 | 0 | 1E | 10 | 0 | 14C | 61 | 55 |
| Octal | 376 | 263 | 326 | 0 | 36 | 20 | 0 | 514 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11010110 | 0 | 11110 | 10000 | 0 | 101001100 | 1100001 | 1010101 |
Color Harmonies of #FEB3D6
Complementary color
Monochromatic Colors of #FEB3D6
Black with #FEB3D6
Text Example
Text Example
White with #FEB3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3D6; }
p { color: rgb(254,179,214); }
H1.HeaderClassName
{
color: #FEB3D6;
}
.AnyTagClassName
{
color: #FEB3D6;
}
</style>
background-color css
<style>
a { background-color: #FEB3D6; }
a { background-color: rgb(254,179,214); }
div.DivClassName
{
background-color: #FEB3D6;
}
.BgClassName
{
background-color: #FEB3D6;
}
</style>
border-color css
<style>
span { border-color: #FEB3D6; }
span { border-color: rgb(254,179,214); }
td.TdClassName
{
border-color: #FEB3D6;
}
.TagClassName
{
border-color: #FEB3D6;
}
</style>