Shades of Cotton Candy #FCBBE2
Tints of Cotton Candy #FCBBE2
RGB
CMYK
RGB Variations
Color information
#FCBBE2 (or 0xFCBBE2) is known color: Cotton Candy. HEX triplet: FC, BB and E2. RGB value is (252,187,226). Sum of RGB (Red+Green+Blue) = 252+187+226=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBE2 is #03441D. Grayscale: #D2D2D2. Windows color (decimal): -214046 or 14859260. OLE color: 14859260.
HSL color Cylindrical-coordinate representation of color #FCBBE2: hue angle of 324º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBE2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 226 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.01 |
| HSL | 324º | 0.92% | 0.86% | - |
| HSV(B) | 324º | 0.26% | 0.99% | - |
| XYZ | 71.64 | 61.73 | 80.09 | - |
| YUV | 210.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 226 | 0 | 0.26 | 0.10 | 0.01 | 324 | 0.92 | 0.86 |
| Hex | FC | BB | E2 | 0 | 1A | A | 1 | 144 | 5C | 56 |
| Octal | 374 | 273 | 342 | 0 | 32 | 12 | 1 | 504 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11100010 | 0 | 11010 | 1010 | 1 | 101000100 | 1011100 | 1010110 |
Color Harmonies of #FCBBE2
Complementary color
Monochromatic Colors of #FCBBE2
Black with #FCBBE2
Text Example
Text Example
White with #FCBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBE2; }
p { color: rgb(252,187,226); }
H1.HeaderClassName
{
color: #FCBBE2;
}
.AnyTagClassName
{
color: #FCBBE2;
}
</style>
background-color css
<style>
a { background-color: #FCBBE2; }
a { background-color: rgb(252,187,226); }
div.DivClassName
{
background-color: #FCBBE2;
}
.BgClassName
{
background-color: #FCBBE2;
}
</style>
border-color css
<style>
span { border-color: #FCBBE2; }
span { border-color: rgb(252,187,226); }
td.TdClassName
{
border-color: #FCBBE2;
}
.TagClassName
{
border-color: #FCBBE2;
}
</style>