Shades of Cotton Candy #FEB5D9
Tints of Cotton Candy #FEB5D9
RGB
CMYK
RGB Variations
Color information
#FEB5D9 (or 0xFEB5D9) is known color: Cotton Candy. HEX triplet: FE, B5 and D9. RGB value is (254,181,217). Sum of RGB (Red+Green+Blue) = 254+181+217=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D9 is #014A26. Grayscale: #CECECE. Windows color (decimal): -84519 or 14267902. OLE color: 14267902.
HSL color Cylindrical-coordinate representation of color #FEB5D9: hue angle of 330.41º 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 #FEB5D9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 217 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.00 |
| HSL | 330.41º | 0.97% | 0.85% | - |
| HSV(B) | 330.41º | 0.29% | 1% | - |
| XYZ | 69.92 | 59.13 | 73.37 | - |
| YUV | 206.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 217 | 0 | 0.29 | 0.15 | 0.00 | 330.41 | 0.97 | 0.85 |
| Hex | FE | B5 | D9 | 0 | 1D | F | 0 | 14A | 61 | 55 |
| Octal | 376 | 265 | 331 | 0 | 35 | 17 | 0 | 512 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11011001 | 0 | 11101 | 1111 | 0 | 101001010 | 1100001 | 1010101 |
Color Harmonies of #FEB5D9
Complementary color
Monochromatic Colors of #FEB5D9
Black with #FEB5D9
Text Example
Text Example
White with #FEB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5D9; }
p { color: rgb(254,181,217); }
H1.HeaderClassName
{
color: #FEB5D9;
}
.AnyTagClassName
{
color: #FEB5D9;
}
</style>
background-color css
<style>
a { background-color: #FEB5D9; }
a { background-color: rgb(254,181,217); }
div.DivClassName
{
background-color: #FEB5D9;
}
.BgClassName
{
background-color: #FEB5D9;
}
</style>
border-color css
<style>
span { border-color: #FEB5D9; }
span { border-color: rgb(254,181,217); }
td.TdClassName
{
border-color: #FEB5D9;
}
.TagClassName
{
border-color: #FEB5D9;
}
</style>