Shades of Cotton Candy #FCBED8
Tints of Cotton Candy #FCBED8
RGB
CMYK
RGB Variations
Color information
#FCBED8 (or 0xFCBED8) is known color: Cotton Candy. HEX triplet: FC, BE and D8. RGB value is (252,190,216). Sum of RGB (Red+Green+Blue) = 252+190+216=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED8 is #034127. Grayscale: #D3D3D3. Windows color (decimal): -213288 or 14204668. OLE color: 14204668.
HSL color Cylindrical-coordinate representation of color #FCBED8: hue angle of 334.84º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBED8 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 216 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.01 |
| HSL | 334.84º | 0.91% | 0.87% | - |
| HSV(B) | 334.84º | 0.25% | 0.99% | - |
| XYZ | 70.95 | 62.48 | 73.29 | - |
| YUV | 211.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 216 | 0 | 0.25 | 0.14 | 0.01 | 334.84 | 0.91 | 0.87 |
| Hex | FC | BE | D8 | 0 | 19 | E | 1 | 14F | 5B | 57 |
| Octal | 374 | 276 | 330 | 0 | 31 | 16 | 1 | 517 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11011000 | 0 | 11001 | 1110 | 1 | 101001111 | 1011011 | 1010111 |
Color Harmonies of #FCBED8
Complementary color
Monochromatic Colors of #FCBED8
Black with #FCBED8
Text Example
Text Example
White with #FCBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBED8; }
p { color: rgb(252,190,216); }
H1.HeaderClassName
{
color: #FCBED8;
}
.AnyTagClassName
{
color: #FCBED8;
}
</style>
background-color css
<style>
a { background-color: #FCBED8; }
a { background-color: rgb(252,190,216); }
div.DivClassName
{
background-color: #FCBED8;
}
.BgClassName
{
background-color: #FCBED8;
}
</style>
border-color css
<style>
span { border-color: #FCBED8; }
span { border-color: rgb(252,190,216); }
td.TdClassName
{
border-color: #FCBED8;
}
.TagClassName
{
border-color: #FCBED8;
}
</style>