Shades of Cotton Candy #FCBED5
Tints of Cotton Candy #FCBED5
RGB
CMYK
RGB Variations
Color information
#FCBED5 (or 0xFCBED5) is known color: Cotton Candy. HEX triplet: FC, BE and D5. RGB value is (252,190,213). Sum of RGB (Red+Green+Blue) = 252+190+213=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED5 is #03412A. Grayscale: #D3D3D3. Windows color (decimal): -213291 or 14008060. OLE color: 14008060.
HSL color Cylindrical-coordinate representation of color #FCBED5: hue angle of 337.74º 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 #FCBED5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 213 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.01 |
| HSL | 337.74º | 0.91% | 0.87% | - |
| HSV(B) | 337.74º | 0.25% | 0.99% | - |
| XYZ | 70.57 | 62.33 | 71.26 | - |
| YUV | 211.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 213 | 0 | 0.25 | 0.15 | 0.01 | 337.74 | 0.91 | 0.87 |
| Hex | FC | BE | D5 | 0 | 19 | F | 1 | 152 | 5B | 57 |
| Octal | 374 | 276 | 325 | 0 | 31 | 17 | 1 | 522 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11010101 | 0 | 11001 | 1111 | 1 | 101010010 | 1011011 | 1010111 |
Color Harmonies of #FCBED5
Complementary color
Monochromatic Colors of #FCBED5
Black with #FCBED5
Text Example
Text Example
White with #FCBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBED5; }
p { color: rgb(252,190,213); }
H1.HeaderClassName
{
color: #FCBED5;
}
.AnyTagClassName
{
color: #FCBED5;
}
</style>
background-color css
<style>
a { background-color: #FCBED5; }
a { background-color: rgb(252,190,213); }
div.DivClassName
{
background-color: #FCBED5;
}
.BgClassName
{
background-color: #FCBED5;
}
</style>
border-color css
<style>
span { border-color: #FCBED5; }
span { border-color: rgb(252,190,213); }
td.TdClassName
{
border-color: #FCBED5;
}
.TagClassName
{
border-color: #FCBED5;
}
</style>