Shades of Cotton Candy #FDBFD4
Tints of Cotton Candy #FDBFD4
RGB
CMYK
RGB Variations
Color information
#FDBFD4 (or 0xFDBFD4) is known color: Cotton Candy. HEX triplet: FD, BF and D4. RGB value is (253,191,212). Sum of RGB (Red+Green+Blue) = 253+191+212=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFD4 is #02402B. Grayscale: #D3D3D3. Windows color (decimal): -147500 or 13942781. OLE color: 13942781.
HSL color Cylindrical-coordinate representation of color #FDBFD4: hue angle of 339.68º 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 #FDBFD4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 212 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.01 |
| HSL | 339.68º | 0.94% | 0.87% | - |
| HSV(B) | 339.68º | 0.25% | 0.99% | - |
| XYZ | 71.02 | 62.9 | 70.68 | - |
| YUV | 211.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 212 | 0 | 0.25 | 0.16 | 0.01 | 339.68 | 0.94 | 0.87 |
| Hex | FD | BF | D4 | 0 | 19 | 10 | 1 | 154 | 5E | 57 |
| Octal | 375 | 277 | 324 | 0 | 31 | 20 | 1 | 524 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11010100 | 0 | 11001 | 10000 | 1 | 101010100 | 1011110 | 1010111 |
Color Harmonies of #FDBFD4
Complementary color
Monochromatic Colors of #FDBFD4
Black with #FDBFD4
Text Example
Text Example
White with #FDBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFD4; }
p { color: rgb(253,191,212); }
H1.HeaderClassName
{
color: #FDBFD4;
}
.AnyTagClassName
{
color: #FDBFD4;
}
</style>
background-color css
<style>
a { background-color: #FDBFD4; }
a { background-color: rgb(253,191,212); }
div.DivClassName
{
background-color: #FDBFD4;
}
.BgClassName
{
background-color: #FDBFD4;
}
</style>
border-color css
<style>
span { border-color: #FDBFD4; }
span { border-color: rgb(253,191,212); }
td.TdClassName
{
border-color: #FDBFD4;
}
.TagClassName
{
border-color: #FDBFD4;
}
</style>