Shades of Cotton Candy #FEB5D4
Tints of Cotton Candy #FEB5D4
RGB
CMYK
RGB Variations
Color information
#FEB5D4 (or 0xFEB5D4) is known color: Cotton Candy. HEX triplet: FE, B5 and D4. RGB value is (254,181,212). Sum of RGB (Red+Green+Blue) = 254+181+212=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 181 (71.09% from 255 or 27.98% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D4 is #014A2B. Grayscale: #CECECE. Windows color (decimal): -84524 or 13940222. OLE color: 13940222.
HSL color Cylindrical-coordinate representation of color #FEB5D4: hue angle of 334.52º 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 #FEB5D4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 212 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.00 |
| HSL | 334.52º | 0.97% | 0.85% | - |
| HSV(B) | 334.52º | 0.29% | 1% | - |
| XYZ | 69.28 | 58.87 | 70 | - |
| YUV | 206.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 212 | 0 | 0.29 | 0.17 | 0.00 | 334.52 | 0.97 | 0.85 |
| Hex | FE | B5 | D4 | 0 | 1D | 11 | 0 | 14F | 61 | 55 |
| Octal | 376 | 265 | 324 | 0 | 35 | 21 | 0 | 517 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11010100 | 0 | 11101 | 10001 | 0 | 101001111 | 1100001 | 1010101 |
Color Harmonies of #FEB5D4
Complementary color
Monochromatic Colors of #FEB5D4
Black with #FEB5D4
Text Example
Text Example
White with #FEB5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5D4; }
p { color: rgb(254,181,212); }
H1.HeaderClassName
{
color: #FEB5D4;
}
.AnyTagClassName
{
color: #FEB5D4;
}
</style>
background-color css
<style>
a { background-color: #FEB5D4; }
a { background-color: rgb(254,181,212); }
div.DivClassName
{
background-color: #FEB5D4;
}
.BgClassName
{
background-color: #FEB5D4;
}
</style>
border-color css
<style>
span { border-color: #FEB5D4; }
span { border-color: rgb(254,181,212); }
td.TdClassName
{
border-color: #FEB5D4;
}
.TagClassName
{
border-color: #FEB5D4;
}
</style>