Shades of Cotton Candy #FEB4DF
Tints of Cotton Candy #FEB4DF
RGB
CMYK
RGB Variations
Color information
#FEB4DF (or 0xFEB4DF) is known color: Cotton Candy. HEX triplet: FE, B4 and DF. RGB value is (254,180,223). Sum of RGB (Red+Green+Blue) = 254+180+223=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4DF is #014B20. Grayscale: #CECECE. Windows color (decimal): -84769 or 14660862. OLE color: 14660862.
HSL color Cylindrical-coordinate representation of color #FEB4DF: hue angle of 325.14º 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 #FEB4DF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 223 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.00 |
| HSL | 325.14º | 0.97% | 0.85% | - |
| HSV(B) | 325.14º | 0.29% | 1% | - |
| XYZ | 70.51 | 59.04 | 77.49 | - |
| YUV | 207.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 223 | 0 | 0.29 | 0.12 | 0.00 | 325.14 | 0.97 | 0.85 |
| Hex | FE | B4 | DF | 0 | 1D | C | 0 | 145 | 61 | 55 |
| Octal | 376 | 264 | 337 | 0 | 35 | 14 | 0 | 505 | 141 | 125 |
| Binary | 11111110 | 10110100 | 11011111 | 0 | 11101 | 1100 | 0 | 101000101 | 1100001 | 1010101 |
Color Harmonies of #FEB4DF
Complementary color
Monochromatic Colors of #FEB4DF
Black with #FEB4DF
Text Example
Text Example
White with #FEB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4DF; }
p { color: rgb(254,180,223); }
H1.HeaderClassName
{
color: #FEB4DF;
}
.AnyTagClassName
{
color: #FEB4DF;
}
</style>
background-color css
<style>
a { background-color: #FEB4DF; }
a { background-color: rgb(254,180,223); }
div.DivClassName
{
background-color: #FEB4DF;
}
.BgClassName
{
background-color: #FEB4DF;
}
</style>
border-color css
<style>
span { border-color: #FEB4DF; }
span { border-color: rgb(254,180,223); }
td.TdClassName
{
border-color: #FEB4DF;
}
.TagClassName
{
border-color: #FEB4DF;
}
</style>