Shades of Cotton Candy #FEBDD3
Tints of Cotton Candy #FEBDD3
RGB
CMYK
RGB Variations
Color information
#FEBDD3 (or 0xFEBDD3) is known color: Cotton Candy. HEX triplet: FE, BD and D3. RGB value is (254,189,211). Sum of RGB (Red+Green+Blue) = 254+189+211=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD3 is #01422C. Grayscale: #D2D2D2. Windows color (decimal): -82477 or 13876734. OLE color: 13876734.
HSL color Cylindrical-coordinate representation of color #FEBDD3: hue angle of 339.69º 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 #FEBDD3 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 211 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.00 |
| HSL | 339.69º | 0.97% | 0.87% | - |
| HSV(B) | 339.69º | 0.26% | 1% | - |
| XYZ | 70.83 | 62.17 | 69.89 | - |
| YUV | 210.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 211 | 0 | 0.26 | 0.17 | 0.00 | 339.69 | 0.97 | 0.87 |
| Hex | FE | BD | D3 | 0 | 1A | 11 | 0 | 154 | 61 | 57 |
| Octal | 376 | 275 | 323 | 0 | 32 | 21 | 0 | 524 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11010011 | 0 | 11010 | 10001 | 0 | 101010100 | 1100001 | 1010111 |
Color Harmonies of #FEBDD3
Complementary color
Monochromatic Colors of #FEBDD3
Black with #FEBDD3
Text Example
Text Example
White with #FEBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDD3; }
p { color: rgb(254,189,211); }
H1.HeaderClassName
{
color: #FEBDD3;
}
.AnyTagClassName
{
color: #FEBDD3;
}
</style>
background-color css
<style>
a { background-color: #FEBDD3; }
a { background-color: rgb(254,189,211); }
div.DivClassName
{
background-color: #FEBDD3;
}
.BgClassName
{
background-color: #FEBDD3;
}
</style>
border-color css
<style>
span { border-color: #FEBDD3; }
span { border-color: rgb(254,189,211); }
td.TdClassName
{
border-color: #FEBDD3;
}
.TagClassName
{
border-color: #FEBDD3;
}
</style>