Shades of Cotton Candy #FEBFDC
Tints of Cotton Candy #FEBFDC
RGB
CMYK
RGB Variations
Color information
#FEBFDC (or 0xFEBFDC) is known color: Cotton Candy. HEX triplet: FE, BF and DC. RGB value is (254,191,220). Sum of RGB (Red+Green+Blue) = 254+191+220=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDC is #014023. Grayscale: #D5D5D5. Windows color (decimal): -81956 or 14467070. OLE color: 14467070.
HSL color Cylindrical-coordinate representation of color #FEBFDC: hue angle of 332.38º 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 #FEBFDC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 220 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.00 |
| HSL | 332.38º | 0.97% | 0.87% | - |
| HSV(B) | 332.38º | 0.25% | 1% | - |
| XYZ | 72.42 | 63.5 | 76.15 | - |
| YUV | 213.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 220 | 0 | 0.25 | 0.13 | 0.00 | 332.38 | 0.97 | 0.87 |
| Hex | FE | BF | DC | 0 | 19 | D | 0 | 14C | 61 | 57 |
| Octal | 376 | 277 | 334 | 0 | 31 | 15 | 0 | 514 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11011100 | 0 | 11001 | 1101 | 0 | 101001100 | 1100001 | 1010111 |
Color Harmonies of #FEBFDC
Complementary color
Monochromatic Colors of #FEBFDC
Black with #FEBFDC
Text Example
Text Example
White with #FEBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFDC; }
p { color: rgb(254,191,220); }
H1.HeaderClassName
{
color: #FEBFDC;
}
.AnyTagClassName
{
color: #FEBFDC;
}
</style>
background-color css
<style>
a { background-color: #FEBFDC; }
a { background-color: rgb(254,191,220); }
div.DivClassName
{
background-color: #FEBFDC;
}
.BgClassName
{
background-color: #FEBFDC;
}
</style>
border-color css
<style>
span { border-color: #FEBFDC; }
span { border-color: rgb(254,191,220); }
td.TdClassName
{
border-color: #FEBFDC;
}
.TagClassName
{
border-color: #FEBFDC;
}
</style>