Shades of Cotton Candy #FDBFD2
Tints of Cotton Candy #FDBFD2
RGB
CMYK
RGB Variations
Color information
#FDBFD2 (or 0xFDBFD2) is known color: Cotton Candy. HEX triplet: FD, BF and D2. RGB value is (253,191,210). Sum of RGB (Red+Green+Blue) = 253+191+210=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFD2 is #02402D. Grayscale: #D3D3D3. Windows color (decimal): -147502 or 13811709. OLE color: 13811709.
HSL color Cylindrical-coordinate representation of color #FDBFD2: hue angle of 341.61º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFD2 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 210 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.01 |
| HSL | 341.61º | 0.94% | 0.87% | - |
| HSV(B) | 341.61º | 0.25% | 0.99% | - |
| XYZ | 70.77 | 62.8 | 69.36 | - |
| YUV | 211.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 210 | 0 | 0.25 | 0.17 | 0.01 | 341.61 | 0.94 | 0.87 |
| Hex | FD | BF | D2 | 0 | 19 | 11 | 1 | 156 | 5E | 57 |
| Octal | 375 | 277 | 322 | 0 | 31 | 21 | 1 | 526 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11010010 | 0 | 11001 | 10001 | 1 | 101010110 | 1011110 | 1010111 |
Color Harmonies of #FDBFD2
Complementary color
Monochromatic Colors of #FDBFD2
Black with #FDBFD2
Text Example
Text Example
White with #FDBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFD2; }
p { color: rgb(253,191,210); }
H1.HeaderClassName
{
color: #FDBFD2;
}
.AnyTagClassName
{
color: #FDBFD2;
}
</style>
background-color css
<style>
a { background-color: #FDBFD2; }
a { background-color: rgb(253,191,210); }
div.DivClassName
{
background-color: #FDBFD2;
}
.BgClassName
{
background-color: #FDBFD2;
}
</style>
border-color css
<style>
span { border-color: #FDBFD2; }
span { border-color: rgb(253,191,210); }
td.TdClassName
{
border-color: #FDBFD2;
}
.TagClassName
{
border-color: #FDBFD2;
}
</style>