Shades of Cotton Candy #FCBEDA
Tints of Cotton Candy #FCBEDA
RGB
CMYK
RGB Variations
Color information
#FCBEDA (or 0xFCBEDA) is known color: Cotton Candy. HEX triplet: FC, BE and DA. RGB value is (252,190,218). Sum of RGB (Red+Green+Blue) = 252+190+218=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDA is #034125. Grayscale: #D3D3D3. Windows color (decimal): -213286 or 14335740. OLE color: 14335740.
HSL color Cylindrical-coordinate representation of color #FCBEDA: hue angle of 332.9º 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 #FCBEDA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 218 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.01 |
| HSL | 332.9º | 0.91% | 0.87% | - |
| HSV(B) | 332.9º | 0.25% | 0.99% | - |
| XYZ | 71.21 | 62.58 | 74.66 | - |
| YUV | 211.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 218 | 0 | 0.25 | 0.13 | 0.01 | 332.9 | 0.91 | 0.87 |
| Hex | FC | BE | DA | 0 | 19 | D | 1 | 14D | 5B | 57 |
| Octal | 374 | 276 | 332 | 0 | 31 | 15 | 1 | 515 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11011010 | 0 | 11001 | 1101 | 1 | 101001101 | 1011011 | 1010111 |
Color Harmonies of #FCBEDA
Complementary color
Monochromatic Colors of #FCBEDA
Black with #FCBEDA
Text Example
Text Example
White with #FCBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEDA; }
p { color: rgb(252,190,218); }
H1.HeaderClassName
{
color: #FCBEDA;
}
.AnyTagClassName
{
color: #FCBEDA;
}
</style>
background-color css
<style>
a { background-color: #FCBEDA; }
a { background-color: rgb(252,190,218); }
div.DivClassName
{
background-color: #FCBEDA;
}
.BgClassName
{
background-color: #FCBEDA;
}
</style>
border-color css
<style>
span { border-color: #FCBEDA; }
span { border-color: rgb(252,190,218); }
td.TdClassName
{
border-color: #FCBEDA;
}
.TagClassName
{
border-color: #FCBEDA;
}
</style>