Shades of Cotton Candy #FEB4D0
Tints of Cotton Candy #FEB4D0
RGB
CMYK
RGB Variations
Color information
#FEB4D0 (or 0xFEB4D0) is known color: Cotton Candy. HEX triplet: FE, B4 and D0. RGB value is (254,180,208). Sum of RGB (Red+Green+Blue) = 254+180+208=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D0 is #014B2F. Grayscale: #CDCDCD. Windows color (decimal): -84784 or 13677822. OLE color: 13677822.
HSL color Cylindrical-coordinate representation of color #FEB4D0: hue angle of 337.3º 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 #FEB4D0 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 208 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.00 |
| HSL | 337.3º | 0.97% | 0.85% | - |
| HSV(B) | 337.3º | 0.29% | 1% | - |
| XYZ | 68.58 | 58.27 | 67.31 | - |
| YUV | 205.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 208 | 0 | 0.29 | 0.18 | 0.00 | 337.3 | 0.97 | 0.85 |
| Hex | FE | B4 | D0 | 0 | 1D | 12 | 0 | 151 | 61 | 55 |
| Octal | 376 | 264 | 320 | 0 | 35 | 22 | 0 | 521 | 141 | 125 |
| Binary | 11111110 | 10110100 | 11010000 | 0 | 11101 | 10010 | 0 | 101010001 | 1100001 | 1010101 |
Color Harmonies of #FEB4D0
Complementary color
Monochromatic Colors of #FEB4D0
Black with #FEB4D0
Text Example
Text Example
White with #FEB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4D0; }
p { color: rgb(254,180,208); }
H1.HeaderClassName
{
color: #FEB4D0;
}
.AnyTagClassName
{
color: #FEB4D0;
}
</style>
background-color css
<style>
a { background-color: #FEB4D0; }
a { background-color: rgb(254,180,208); }
div.DivClassName
{
background-color: #FEB4D0;
}
.BgClassName
{
background-color: #FEB4D0;
}
</style>
border-color css
<style>
span { border-color: #FEB4D0; }
span { border-color: rgb(254,180,208); }
td.TdClassName
{
border-color: #FEB4D0;
}
.TagClassName
{
border-color: #FEB4D0;
}
</style>