Shades of Cotton Candy #FEBFDD
Tints of Cotton Candy #FEBFDD
RGB
CMYK
RGB Variations
Color information
#FEBFDD (or 0xFEBFDD) is known color: Cotton Candy. HEX triplet: FE, BF and DD. RGB value is (254,191,221). Sum of RGB (Red+Green+Blue) = 254+191+221=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDD is #014022. Grayscale: #D5D5D5. Windows color (decimal): -81955 or 14532606. OLE color: 14532606.
HSL color Cylindrical-coordinate representation of color #FEBFDD: hue angle of 331.43º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFDD is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 221 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.00 |
| HSL | 331.43º | 0.97% | 0.87% | - |
| HSV(B) | 331.43º | 0.25% | 1% | - |
| XYZ | 72.56 | 63.55 | 76.85 | - |
| YUV | 213.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 221 | 0 | 0.25 | 0.13 | 0.00 | 331.43 | 0.97 | 0.87 |
| Hex | FE | BF | DD | 0 | 19 | D | 0 | 14B | 61 | 57 |
| Octal | 376 | 277 | 335 | 0 | 31 | 15 | 0 | 513 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11011101 | 0 | 11001 | 1101 | 0 | 101001011 | 1100001 | 1010111 |
Color Harmonies of #FEBFDD
Complementary color
Monochromatic Colors of #FEBFDD
Black with #FEBFDD
Text Example
Text Example
White with #FEBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFDD; }
p { color: rgb(254,191,221); }
H1.HeaderClassName
{
color: #FEBFDD;
}
.AnyTagClassName
{
color: #FEBFDD;
}
</style>
background-color css
<style>
a { background-color: #FEBFDD; }
a { background-color: rgb(254,191,221); }
div.DivClassName
{
background-color: #FEBFDD;
}
.BgClassName
{
background-color: #FEBFDD;
}
</style>
border-color css
<style>
span { border-color: #FEBFDD; }
span { border-color: rgb(254,191,221); }
td.TdClassName
{
border-color: #FEBFDD;
}
.TagClassName
{
border-color: #FEBFDD;
}
</style>