Shades of Cotton Candy #FEB5D5
Tints of Cotton Candy #FEB5D5
RGB
CMYK
RGB Variations
Color information
#FEB5D5 (or 0xFEB5D5) is known color: Cotton Candy. HEX triplet: FE, B5 and D5. RGB value is (254,181,213). Sum of RGB (Red+Green+Blue) = 254+181+213=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D5 is #014A2A. Grayscale: #CECECE. Windows color (decimal): -84523 or 14005758. OLE color: 14005758.
HSL color Cylindrical-coordinate representation of color #FEB5D5: hue angle of 333.7º 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 #FEB5D5 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 213 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.00 |
| HSL | 333.7º | 0.97% | 0.85% | - |
| HSV(B) | 333.7º | 0.29% | 1% | - |
| XYZ | 69.41 | 58.92 | 70.67 | - |
| YUV | 206.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 213 | 0 | 0.29 | 0.16 | 0.00 | 333.7 | 0.97 | 0.85 |
| Hex | FE | B5 | D5 | 0 | 1D | 10 | 0 | 14E | 61 | 55 |
| Octal | 376 | 265 | 325 | 0 | 35 | 20 | 0 | 516 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11010101 | 0 | 11101 | 10000 | 0 | 101001110 | 1100001 | 1010101 |
Color Harmonies of #FEB5D5
Complementary color
Monochromatic Colors of #FEB5D5
Black with #FEB5D5
Text Example
Text Example
White with #FEB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5D5; }
p { color: rgb(254,181,213); }
H1.HeaderClassName
{
color: #FEB5D5;
}
.AnyTagClassName
{
color: #FEB5D5;
}
</style>
background-color css
<style>
a { background-color: #FEB5D5; }
a { background-color: rgb(254,181,213); }
div.DivClassName
{
background-color: #FEB5D5;
}
.BgClassName
{
background-color: #FEB5D5;
}
</style>
border-color css
<style>
span { border-color: #FEB5D5; }
span { border-color: rgb(254,181,213); }
td.TdClassName
{
border-color: #FEB5D5;
}
.TagClassName
{
border-color: #FEB5D5;
}
</style>