Shades of Cotton Candy #FEB4D1
Tints of Cotton Candy #FEB4D1
RGB
CMYK
RGB Variations
Color information
#FEB4D1 (or 0xFEB4D1) is known color: Cotton Candy. HEX triplet: FE, B4 and D1. RGB value is (254,180,209). Sum of RGB (Red+Green+Blue) = 254+180+209=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D1 is #014B2E. Grayscale: #CDCDCD. Windows color (decimal): -84783 or 13743358. OLE color: 13743358.
HSL color Cylindrical-coordinate representation of color #FEB4D1: hue angle of 336.49º 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 #FEB4D1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 209 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.00 |
| HSL | 336.49º | 0.97% | 0.85% | - |
| HSV(B) | 336.49º | 0.29% | 1% | - |
| XYZ | 68.7 | 58.32 | 67.96 | - |
| YUV | 205.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 209 | 0 | 0.29 | 0.18 | 0.00 | 336.49 | 0.97 | 0.85 |
| Hex | FE | B4 | D1 | 0 | 1D | 12 | 0 | 150 | 61 | 55 |
| Octal | 376 | 264 | 321 | 0 | 35 | 22 | 0 | 520 | 141 | 125 |
| Binary | 11111110 | 10110100 | 11010001 | 0 | 11101 | 10010 | 0 | 101010000 | 1100001 | 1010101 |
Color Harmonies of #FEB4D1
Complementary color
Monochromatic Colors of #FEB4D1
Black with #FEB4D1
Text Example
Text Example
White with #FEB4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4D1; }
p { color: rgb(254,180,209); }
H1.HeaderClassName
{
color: #FEB4D1;
}
.AnyTagClassName
{
color: #FEB4D1;
}
</style>
background-color css
<style>
a { background-color: #FEB4D1; }
a { background-color: rgb(254,180,209); }
div.DivClassName
{
background-color: #FEB4D1;
}
.BgClassName
{
background-color: #FEB4D1;
}
</style>
border-color css
<style>
span { border-color: #FEB4D1; }
span { border-color: rgb(254,180,209); }
td.TdClassName
{
border-color: #FEB4D1;
}
.TagClassName
{
border-color: #FEB4D1;
}
</style>