Shades of Cotton Candy #FEBDDB
Tints of Cotton Candy #FEBDDB
RGB
CMYK
RGB Variations
Color information
#FEBDDB (or 0xFEBDDB) is known color: Cotton Candy. HEX triplet: FE, BD and DB. RGB value is (254,189,219). Sum of RGB (Red+Green+Blue) = 254+189+219=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDDB is #014224. Grayscale: #D3D3D3. Windows color (decimal): -82469 or 14401022. OLE color: 14401022.
HSL color Cylindrical-coordinate representation of color #FEBDDB: hue angle of 332.31º 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 #FEBDDB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 219 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.00 |
| HSL | 332.31º | 0.97% | 0.87% | - |
| HSV(B) | 332.31º | 0.26% | 1% | - |
| XYZ | 71.86 | 62.58 | 75.31 | - |
| YUV | 211.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 219 | 0 | 0.26 | 0.14 | 0.00 | 332.31 | 0.97 | 0.87 |
| Hex | FE | BD | DB | 0 | 1A | E | 0 | 14C | 61 | 57 |
| Octal | 376 | 275 | 333 | 0 | 32 | 16 | 0 | 514 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11011011 | 0 | 11010 | 1110 | 0 | 101001100 | 1100001 | 1010111 |
Color Harmonies of #FEBDDB
Complementary color
Monochromatic Colors of #FEBDDB
Black with #FEBDDB
Text Example
Text Example
White with #FEBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDDB; }
p { color: rgb(254,189,219); }
H1.HeaderClassName
{
color: #FEBDDB;
}
.AnyTagClassName
{
color: #FEBDDB;
}
</style>
background-color css
<style>
a { background-color: #FEBDDB; }
a { background-color: rgb(254,189,219); }
div.DivClassName
{
background-color: #FEBDDB;
}
.BgClassName
{
background-color: #FEBDDB;
}
</style>
border-color css
<style>
span { border-color: #FEBDDB; }
span { border-color: rgb(254,189,219); }
td.TdClassName
{
border-color: #FEBDDB;
}
.TagClassName
{
border-color: #FEBDDB;
}
</style>