Shades of Cotton Candy #FDB2CF
Tints of Cotton Candy #FDB2CF
RGB
CMYK
RGB Variations
Color information
#FDB2CF (or 0xFDB2CF) is known color: Cotton Candy. HEX triplet: FD, B2 and CF. RGB value is (253,178,207). Sum of RGB (Red+Green+Blue) = 253+178+207=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2CF is #024D30. Grayscale: #CBCBCB. Windows color (decimal): -150833 or 13611773. OLE color: 13611773.
HSL color Cylindrical-coordinate representation of color #FDB2CF: hue angle of 336.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2CF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 207 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.01 |
| HSL | 336.8º | 0.95% | 0.85% | - |
| HSV(B) | 336.8º | 0.3% | 0.99% | - |
| XYZ | 67.69 | 57.23 | 66.51 | - |
| YUV | 203.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 207 | 0 | 0.30 | 0.18 | 0.01 | 336.8 | 0.95 | 0.85 |
| Hex | FD | B2 | CF | 0 | 1E | 12 | 1 | 151 | 5F | 55 |
| Octal | 375 | 262 | 317 | 0 | 36 | 22 | 1 | 521 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11001111 | 0 | 11110 | 10010 | 1 | 101010001 | 1011111 | 1010101 |
Color Harmonies of #FDB2CF
Complementary color
Monochromatic Colors of #FDB2CF
Black with #FDB2CF
Text Example
Text Example
White with #FDB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2CF; }
p { color: rgb(253,178,207); }
H1.HeaderClassName
{
color: #FDB2CF;
}
.AnyTagClassName
{
color: #FDB2CF;
}
</style>
background-color css
<style>
a { background-color: #FDB2CF; }
a { background-color: rgb(253,178,207); }
div.DivClassName
{
background-color: #FDB2CF;
}
.BgClassName
{
background-color: #FDB2CF;
}
</style>
border-color css
<style>
span { border-color: #FDB2CF; }
span { border-color: rgb(253,178,207); }
td.TdClassName
{
border-color: #FDB2CF;
}
.TagClassName
{
border-color: #FDB2CF;
}
</style>