Shades of Cotton Candy #FCB8E3
Tints of Cotton Candy #FCB8E3
RGB
CMYK
RGB Variations
Color information
#FCB8E3 (or 0xFCB8E3) is known color: Cotton Candy. HEX triplet: FC, B8 and E3. RGB value is (252,184,227). Sum of RGB (Red+Green+Blue) = 252+184+227=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8E3 is #03471C. Grayscale: #D1D1D1. Windows color (decimal): -214813 or 14924028. OLE color: 14924028.
HSL color Cylindrical-coordinate representation of color #FCB8E3: hue angle of 322.06º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8E3 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 227 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.01 |
| HSL | 322.06º | 0.92% | 0.85% | - |
| HSV(B) | 322.06º | 0.27% | 0.99% | - |
| XYZ | 71.15 | 60.52 | 80.61 | - |
| YUV | 209.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 227 | 0 | 0.27 | 0.10 | 0.01 | 322.06 | 0.92 | 0.85 |
| Hex | FC | B8 | E3 | 0 | 1B | A | 1 | 142 | 5C | 55 |
| Octal | 374 | 270 | 343 | 0 | 33 | 12 | 1 | 502 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11100011 | 0 | 11011 | 1010 | 1 | 101000010 | 1011100 | 1010101 |
Color Harmonies of #FCB8E3
Complementary color
Monochromatic Colors of #FCB8E3
Black with #FCB8E3
Text Example
Text Example
White with #FCB8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8E3; }
p { color: rgb(252,184,227); }
H1.HeaderClassName
{
color: #FCB8E3;
}
.AnyTagClassName
{
color: #FCB8E3;
}
</style>
background-color css
<style>
a { background-color: #FCB8E3; }
a { background-color: rgb(252,184,227); }
div.DivClassName
{
background-color: #FCB8E3;
}
.BgClassName
{
background-color: #FCB8E3;
}
</style>
border-color css
<style>
span { border-color: #FCB8E3; }
span { border-color: rgb(252,184,227); }
td.TdClassName
{
border-color: #FCB8E3;
}
.TagClassName
{
border-color: #FCB8E3;
}
</style>