Shades of Cotton Candy #FCBAE4
Tints of Cotton Candy #FCBAE4
RGB
CMYK
RGB Variations
Color information
#FCBAE4 (or 0xFCBAE4) is known color: Cotton Candy. HEX triplet: FC, BA and E4. RGB value is (252,186,228). Sum of RGB (Red+Green+Blue) = 252+186+228=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAE4 is #03451B. Grayscale: #D2D2D2. Windows color (decimal): -214300 or 14990076. OLE color: 14990076.
HSL color Cylindrical-coordinate representation of color #FCBAE4: hue angle of 321.82º 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 #FCBAE4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 228 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.01 |
| HSL | 321.82º | 0.92% | 0.86% | - |
| HSV(B) | 321.82º | 0.26% | 0.99% | - |
| XYZ | 71.71 | 61.41 | 81.47 | - |
| YUV | 210.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 228 | 0 | 0.26 | 0.10 | 0.01 | 321.82 | 0.92 | 0.86 |
| Hex | FC | BA | E4 | 0 | 1A | A | 1 | 142 | 5C | 56 |
| Octal | 374 | 272 | 344 | 0 | 32 | 12 | 1 | 502 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11100100 | 0 | 11010 | 1010 | 1 | 101000010 | 1011100 | 1010110 |
Color Harmonies of #FCBAE4
Complementary color
Monochromatic Colors of #FCBAE4
Black with #FCBAE4
Text Example
Text Example
White with #FCBAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAE4; }
p { color: rgb(252,186,228); }
H1.HeaderClassName
{
color: #FCBAE4;
}
.AnyTagClassName
{
color: #FCBAE4;
}
</style>
background-color css
<style>
a { background-color: #FCBAE4; }
a { background-color: rgb(252,186,228); }
div.DivClassName
{
background-color: #FCBAE4;
}
.BgClassName
{
background-color: #FCBAE4;
}
</style>
border-color css
<style>
span { border-color: #FCBAE4; }
span { border-color: rgb(252,186,228); }
td.TdClassName
{
border-color: #FCBAE4;
}
.TagClassName
{
border-color: #FCBAE4;
}
</style>