Shades of Cotton Candy #FEB4D3
Tints of Cotton Candy #FEB4D3
RGB
CMYK
RGB Variations
Color information
#FEB4D3 (or 0xFEB4D3) is known color: Cotton Candy. HEX triplet: FE, B4 and D3. RGB value is (254,180,211). Sum of RGB (Red+Green+Blue) = 254+180+211=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D3 is #014B2C. Grayscale: #CDCDCD. Windows color (decimal): -84781 or 13874430. OLE color: 13874430.
HSL color Cylindrical-coordinate representation of color #FEB4D3: hue angle of 334.86º 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 #FEB4D3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 211 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.00 |
| HSL | 334.86º | 0.97% | 0.85% | - |
| HSV(B) | 334.86º | 0.29% | 1% | - |
| XYZ | 68.95 | 58.42 | 69.27 | - |
| YUV | 205.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 211 | 0 | 0.29 | 0.17 | 0.00 | 334.86 | 0.97 | 0.85 |
| Hex | FE | B4 | D3 | 0 | 1D | 11 | 0 | 14F | 61 | 55 |
| Octal | 376 | 264 | 323 | 0 | 35 | 21 | 0 | 517 | 141 | 125 |
| Binary | 11111110 | 10110100 | 11010011 | 0 | 11101 | 10001 | 0 | 101001111 | 1100001 | 1010101 |
Color Harmonies of #FEB4D3
Complementary color
Monochromatic Colors of #FEB4D3
Black with #FEB4D3
Text Example
Text Example
White with #FEB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4D3; }
p { color: rgb(254,180,211); }
H1.HeaderClassName
{
color: #FEB4D3;
}
.AnyTagClassName
{
color: #FEB4D3;
}
</style>
background-color css
<style>
a { background-color: #FEB4D3; }
a { background-color: rgb(254,180,211); }
div.DivClassName
{
background-color: #FEB4D3;
}
.BgClassName
{
background-color: #FEB4D3;
}
</style>
border-color css
<style>
span { border-color: #FEB4D3; }
span { border-color: rgb(254,180,211); }
td.TdClassName
{
border-color: #FEB4D3;
}
.TagClassName
{
border-color: #FEB4D3;
}
</style>