Shades of Cotton Candy #FEB3D7
Tints of Cotton Candy #FEB3D7
RGB
CMYK
RGB Variations
Color information
#FEB3D7 (or 0xFEB3D7) is known color: Cotton Candy. HEX triplet: FE, B3 and D7. RGB value is (254,179,215). Sum of RGB (Red+Green+Blue) = 254+179+215=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3D7 is #014C28. Grayscale: #CDCDCD. Windows color (decimal): -85033 or 14136318. OLE color: 14136318.
HSL color Cylindrical-coordinate representation of color #FEB3D7: hue angle of 331.2º 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 #FEB3D7 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 215 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.00 |
| HSL | 331.2º | 0.97% | 0.85% | - |
| HSV(B) | 331.2º | 0.3% | 1% | - |
| XYZ | 69.26 | 58.22 | 71.88 | - |
| YUV | 205.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 215 | 0 | 0.30 | 0.15 | 0.00 | 331.2 | 0.97 | 0.85 |
| Hex | FE | B3 | D7 | 0 | 1E | F | 0 | 14B | 61 | 55 |
| Octal | 376 | 263 | 327 | 0 | 36 | 17 | 0 | 513 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11010111 | 0 | 11110 | 1111 | 0 | 101001011 | 1100001 | 1010101 |
Color Harmonies of #FEB3D7
Complementary color
Monochromatic Colors of #FEB3D7
Black with #FEB3D7
Text Example
Text Example
White with #FEB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3D7; }
p { color: rgb(254,179,215); }
H1.HeaderClassName
{
color: #FEB3D7;
}
.AnyTagClassName
{
color: #FEB3D7;
}
</style>
background-color css
<style>
a { background-color: #FEB3D7; }
a { background-color: rgb(254,179,215); }
div.DivClassName
{
background-color: #FEB3D7;
}
.BgClassName
{
background-color: #FEB3D7;
}
</style>
border-color css
<style>
span { border-color: #FEB3D7; }
span { border-color: rgb(254,179,215); }
td.TdClassName
{
border-color: #FEB3D7;
}
.TagClassName
{
border-color: #FEB3D7;
}
</style>