Shades of Cotton Candy #FCBDD4
Tints of Cotton Candy #FCBDD4
RGB
CMYK
RGB Variations
Color information
#FCBDD4 (or 0xFCBDD4) is known color: Cotton Candy. HEX triplet: FC, BD and D4. RGB value is (252,189,212). Sum of RGB (Red+Green+Blue) = 252+189+212=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD4 is #03422B. Grayscale: #D2D2D2. Windows color (decimal): -213548 or 13942268. OLE color: 13942268.
HSL color Cylindrical-coordinate representation of color #FCBDD4: hue angle of 338.1º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBDD4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 212 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.01 |
| HSL | 338.1º | 0.91% | 0.86% | - |
| HSV(B) | 338.1º | 0.25% | 0.99% | - |
| XYZ | 70.23 | 61.84 | 70.52 | - |
| YUV | 210.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 212 | 0 | 0.25 | 0.16 | 0.01 | 338.1 | 0.91 | 0.86 |
| Hex | FC | BD | D4 | 0 | 19 | 10 | 1 | 152 | 5B | 56 |
| Octal | 374 | 275 | 324 | 0 | 31 | 20 | 1 | 522 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11010100 | 0 | 11001 | 10000 | 1 | 101010010 | 1011011 | 1010110 |
Color Harmonies of #FCBDD4
Complementary color
Monochromatic Colors of #FCBDD4
Black with #FCBDD4
Text Example
Text Example
White with #FCBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDD4; }
p { color: rgb(252,189,212); }
H1.HeaderClassName
{
color: #FCBDD4;
}
.AnyTagClassName
{
color: #FCBDD4;
}
</style>
background-color css
<style>
a { background-color: #FCBDD4; }
a { background-color: rgb(252,189,212); }
div.DivClassName
{
background-color: #FCBDD4;
}
.BgClassName
{
background-color: #FCBDD4;
}
</style>
border-color css
<style>
span { border-color: #FCBDD4; }
span { border-color: rgb(252,189,212); }
td.TdClassName
{
border-color: #FCBDD4;
}
.TagClassName
{
border-color: #FCBDD4;
}
</style>