Shades of Cotton Candy #FEB2D3
Tints of Cotton Candy #FEB2D3
RGB
CMYK
RGB Variations
Color information
#FEB2D3 (or 0xFEB2D3) is known color: Cotton Candy. HEX triplet: FE, B2 and D3. RGB value is (254,178,211). Sum of RGB (Red+Green+Blue) = 254+178+211=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D3 is #014D2C. Grayscale: #CCCCCC. Windows color (decimal): -85293 or 13873918. OLE color: 13873918.
HSL color Cylindrical-coordinate representation of color #FEB2D3: hue angle of 333.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2D3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 211 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.00 |
| HSL | 333.95º | 0.97% | 0.85% | - |
| HSV(B) | 333.95º | 0.3% | 1% | - |
| XYZ | 68.55 | 57.61 | 69.14 | - |
| YUV | 204.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 211 | 0 | 0.30 | 0.17 | 0.00 | 333.95 | 0.97 | 0.85 |
| Hex | FE | B2 | D3 | 0 | 1E | 11 | 0 | 14E | 61 | 55 |
| Octal | 376 | 262 | 323 | 0 | 36 | 21 | 0 | 516 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11010011 | 0 | 11110 | 10001 | 0 | 101001110 | 1100001 | 1010101 |
Color Harmonies of #FEB2D3
Complementary color
Monochromatic Colors of #FEB2D3
Black with #FEB2D3
Text Example
Text Example
White with #FEB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2D3; }
p { color: rgb(254,178,211); }
H1.HeaderClassName
{
color: #FEB2D3;
}
.AnyTagClassName
{
color: #FEB2D3;
}
</style>
background-color css
<style>
a { background-color: #FEB2D3; }
a { background-color: rgb(254,178,211); }
div.DivClassName
{
background-color: #FEB2D3;
}
.BgClassName
{
background-color: #FEB2D3;
}
</style>
border-color css
<style>
span { border-color: #FEB2D3; }
span { border-color: rgb(254,178,211); }
td.TdClassName
{
border-color: #FEB2D3;
}
.TagClassName
{
border-color: #FEB2D3;
}
</style>