Shades of Cotton Candy #FEB5D8
Tints of Cotton Candy #FEB5D8
RGB
CMYK
RGB Variations
Color information
#FEB5D8 (or 0xFEB5D8) is known color: Cotton Candy. HEX triplet: FE, B5 and D8. RGB value is (254,181,216). Sum of RGB (Red+Green+Blue) = 254+181+216=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D8 is #014A27. Grayscale: #CECECE. Windows color (decimal): -84520 or 14202366. OLE color: 14202366.
HSL color Cylindrical-coordinate representation of color #FEB5D8: hue angle of 331.23º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5D8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 216 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.00 |
| HSL | 331.23º | 0.97% | 0.85% | - |
| HSV(B) | 331.23º | 0.29% | 1% | - |
| XYZ | 69.79 | 59.08 | 72.69 | - |
| YUV | 206.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 216 | 0 | 0.29 | 0.15 | 0.00 | 331.23 | 0.97 | 0.85 |
| Hex | FE | B5 | D8 | 0 | 1D | F | 0 | 14B | 61 | 55 |
| Octal | 376 | 265 | 330 | 0 | 35 | 17 | 0 | 513 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11011000 | 0 | 11101 | 1111 | 0 | 101001011 | 1100001 | 1010101 |
Color Harmonies of #FEB5D8
Complementary color
Monochromatic Colors of #FEB5D8
Black with #FEB5D8
Text Example
Text Example
White with #FEB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5D8; }
p { color: rgb(254,181,216); }
H1.HeaderClassName
{
color: #FEB5D8;
}
.AnyTagClassName
{
color: #FEB5D8;
}
</style>
background-color css
<style>
a { background-color: #FEB5D8; }
a { background-color: rgb(254,181,216); }
div.DivClassName
{
background-color: #FEB5D8;
}
.BgClassName
{
background-color: #FEB5D8;
}
</style>
border-color css
<style>
span { border-color: #FEB5D8; }
span { border-color: rgb(254,181,216); }
td.TdClassName
{
border-color: #FEB5D8;
}
.TagClassName
{
border-color: #FEB5D8;
}
</style>