Shades of Cotton Candy #FEB5DD
Tints of Cotton Candy #FEB5DD
RGB
CMYK
RGB Variations
Color information
#FEB5DD (or 0xFEB5DD) is known color: Cotton Candy. HEX triplet: FE, B5 and DD. RGB value is (254,181,221). Sum of RGB (Red+Green+Blue) = 254+181+221=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5DD is #014A22. Grayscale: #CFCFCF. Windows color (decimal): -84515 or 14530046. OLE color: 14530046.
HSL color Cylindrical-coordinate representation of color #FEB5DD: hue angle of 327.12º 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 #FEB5DD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 221 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.00 |
| HSL | 327.12º | 0.97% | 0.85% | - |
| HSV(B) | 327.12º | 0.29% | 1% | - |
| XYZ | 70.45 | 59.34 | 76.15 | - |
| YUV | 207.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 221 | 0 | 0.29 | 0.13 | 0.00 | 327.12 | 0.97 | 0.85 |
| Hex | FE | B5 | DD | 0 | 1D | D | 0 | 147 | 61 | 55 |
| Octal | 376 | 265 | 335 | 0 | 35 | 15 | 0 | 507 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11011101 | 0 | 11101 | 1101 | 0 | 101000111 | 1100001 | 1010101 |
Color Harmonies of #FEB5DD
Complementary color
Monochromatic Colors of #FEB5DD
Black with #FEB5DD
Text Example
Text Example
White with #FEB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5DD; }
p { color: rgb(254,181,221); }
H1.HeaderClassName
{
color: #FEB5DD;
}
.AnyTagClassName
{
color: #FEB5DD;
}
</style>
background-color css
<style>
a { background-color: #FEB5DD; }
a { background-color: rgb(254,181,221); }
div.DivClassName
{
background-color: #FEB5DD;
}
.BgClassName
{
background-color: #FEB5DD;
}
</style>
border-color css
<style>
span { border-color: #FEB5DD; }
span { border-color: rgb(254,181,221); }
td.TdClassName
{
border-color: #FEB5DD;
}
.TagClassName
{
border-color: #FEB5DD;
}
</style>