Shades of Cotton Candy #FEB6D3
Tints of Cotton Candy #FEB6D3
RGB
CMYK
RGB Variations
Color information
#FEB6D3 (or 0xFEB6D3) is known color: Cotton Candy. HEX triplet: FE, B6 and D3. RGB value is (254,182,211). Sum of RGB (Red+Green+Blue) = 254+182+211=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6D3 is #01492C. Grayscale: #CECECE. Windows color (decimal): -84269 or 13874942. OLE color: 13874942.
HSL color Cylindrical-coordinate representation of color #FEB6D3: hue angle of 335.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6D3 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 211 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.00 |
| HSL | 335.83º | 0.97% | 0.85% | - |
| HSV(B) | 335.83º | 0.28% | 1% | - |
| XYZ | 69.36 | 59.23 | 69.4 | - |
| YUV | 206.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 211 | 0 | 0.28 | 0.17 | 0.00 | 335.83 | 0.97 | 0.85 |
| Hex | FE | B6 | D3 | 0 | 1C | 11 | 0 | 150 | 61 | 55 |
| Octal | 376 | 266 | 323 | 0 | 34 | 21 | 0 | 520 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11010011 | 0 | 11100 | 10001 | 0 | 101010000 | 1100001 | 1010101 |
Color Harmonies of #FEB6D3
Complementary color
Monochromatic Colors of #FEB6D3
Black with #FEB6D3
Text Example
Text Example
White with #FEB6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6D3; }
p { color: rgb(254,182,211); }
H1.HeaderClassName
{
color: #FEB6D3;
}
.AnyTagClassName
{
color: #FEB6D3;
}
</style>
background-color css
<style>
a { background-color: #FEB6D3; }
a { background-color: rgb(254,182,211); }
div.DivClassName
{
background-color: #FEB6D3;
}
.BgClassName
{
background-color: #FEB6D3;
}
</style>
border-color css
<style>
span { border-color: #FEB6D3; }
span { border-color: rgb(254,182,211); }
td.TdClassName
{
border-color: #FEB6D3;
}
.TagClassName
{
border-color: #FEB6D3;
}
</style>