Shades of Cotton Candy #FCBFD2
Tints of Cotton Candy #FCBFD2
RGB
CMYK
RGB Variations
Color information
#FCBFD2 (or 0xFCBFD2) is known color: Cotton Candy. HEX triplet: FC, BF and D2. RGB value is (252,191,210). Sum of RGB (Red+Green+Blue) = 252+191+210=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD2 is #03402D. Grayscale: #D3D3D3. Windows color (decimal): -213038 or 13811708. OLE color: 13811708.
HSL color Cylindrical-coordinate representation of color #FCBFD2: hue angle of 341.31º 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 #FCBFD2 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 210 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.01 |
| HSL | 341.31º | 0.91% | 0.87% | - |
| HSV(B) | 341.31º | 0.24% | 0.99% | - |
| XYZ | 70.41 | 62.61 | 69.35 | - |
| YUV | 211.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 210 | 0 | 0.24 | 0.17 | 0.01 | 341.31 | 0.91 | 0.87 |
| Hex | FC | BF | D2 | 0 | 18 | 11 | 1 | 155 | 5B | 57 |
| Octal | 374 | 277 | 322 | 0 | 30 | 21 | 1 | 525 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11010010 | 0 | 11000 | 10001 | 1 | 101010101 | 1011011 | 1010111 |
Color Harmonies of #FCBFD2
Complementary color
Monochromatic Colors of #FCBFD2
Black with #FCBFD2
Text Example
Text Example
White with #FCBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFD2; }
p { color: rgb(252,191,210); }
H1.HeaderClassName
{
color: #FCBFD2;
}
.AnyTagClassName
{
color: #FCBFD2;
}
</style>
background-color css
<style>
a { background-color: #FCBFD2; }
a { background-color: rgb(252,191,210); }
div.DivClassName
{
background-color: #FCBFD2;
}
.BgClassName
{
background-color: #FCBFD2;
}
</style>
border-color css
<style>
span { border-color: #FCBFD2; }
span { border-color: rgb(252,191,210); }
td.TdClassName
{
border-color: #FCBFD2;
}
.TagClassName
{
border-color: #FCBFD2;
}
</style>