Shades of Cotton Candy #FCBFD4
Tints of Cotton Candy #FCBFD4
RGB
CMYK
RGB Variations
Color information
#FCBFD4 (or 0xFCBFD4) is known color: Cotton Candy. HEX triplet: FC, BF and D4. RGB value is (252,191,212). Sum of RGB (Red+Green+Blue) = 252+191+212=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD4 is #03402B. Grayscale: #D3D3D3. Windows color (decimal): -213036 or 13942780. OLE color: 13942780.
HSL color Cylindrical-coordinate representation of color #FCBFD4: hue angle of 339.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFD4 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 212 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.01 |
| HSL | 339.34º | 0.91% | 0.87% | - |
| HSV(B) | 339.34º | 0.24% | 0.99% | - |
| XYZ | 70.66 | 62.71 | 70.67 | - |
| YUV | 211.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 212 | 0 | 0.24 | 0.16 | 0.01 | 339.34 | 0.91 | 0.87 |
| Hex | FC | BF | D4 | 0 | 18 | 10 | 1 | 153 | 5B | 57 |
| Octal | 374 | 277 | 324 | 0 | 30 | 20 | 1 | 523 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11010100 | 0 | 11000 | 10000 | 1 | 101010011 | 1011011 | 1010111 |
Color Harmonies of #FCBFD4
Complementary color
Monochromatic Colors of #FCBFD4
Black with #FCBFD4
Text Example
Text Example
White with #FCBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFD4; }
p { color: rgb(252,191,212); }
H1.HeaderClassName
{
color: #FCBFD4;
}
.AnyTagClassName
{
color: #FCBFD4;
}
</style>
background-color css
<style>
a { background-color: #FCBFD4; }
a { background-color: rgb(252,191,212); }
div.DivClassName
{
background-color: #FCBFD4;
}
.BgClassName
{
background-color: #FCBFD4;
}
</style>
border-color css
<style>
span { border-color: #FCBFD4; }
span { border-color: rgb(252,191,212); }
td.TdClassName
{
border-color: #FCBFD4;
}
.TagClassName
{
border-color: #FCBFD4;
}
</style>