Shades of Cotton Candy #FEBDDA
Tints of Cotton Candy #FEBDDA
RGB
CMYK
RGB Variations
Color information
#FEBDDA (or 0xFEBDDA) is known color: Cotton Candy. HEX triplet: FE, BD and DA. RGB value is (254,189,218). Sum of RGB (Red+Green+Blue) = 254+189+218=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDDA is #014225. Grayscale: #D3D3D3. Windows color (decimal): -82470 or 14335486. OLE color: 14335486.
HSL color Cylindrical-coordinate representation of color #FEBDDA: hue angle of 333.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDDA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 218 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.00 |
| HSL | 333.23º | 0.97% | 0.87% | - |
| HSV(B) | 333.23º | 0.26% | 1% | - |
| XYZ | 71.73 | 62.53 | 74.62 | - |
| YUV | 211.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 218 | 0 | 0.26 | 0.14 | 0.00 | 333.23 | 0.97 | 0.87 |
| Hex | FE | BD | DA | 0 | 1A | E | 0 | 14D | 61 | 57 |
| Octal | 376 | 275 | 332 | 0 | 32 | 16 | 0 | 515 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11011010 | 0 | 11010 | 1110 | 0 | 101001101 | 1100001 | 1010111 |
Color Harmonies of #FEBDDA
Complementary color
Monochromatic Colors of #FEBDDA
Black with #FEBDDA
Text Example
Text Example
White with #FEBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDDA; }
p { color: rgb(254,189,218); }
H1.HeaderClassName
{
color: #FEBDDA;
}
.AnyTagClassName
{
color: #FEBDDA;
}
</style>
background-color css
<style>
a { background-color: #FEBDDA; }
a { background-color: rgb(254,189,218); }
div.DivClassName
{
background-color: #FEBDDA;
}
.BgClassName
{
background-color: #FEBDDA;
}
</style>
border-color css
<style>
span { border-color: #FEBDDA; }
span { border-color: rgb(254,189,218); }
td.TdClassName
{
border-color: #FEBDDA;
}
.TagClassName
{
border-color: #FEBDDA;
}
</style>