Shades of Cotton Candy #FDB3CF
Tints of Cotton Candy #FDB3CF
RGB
CMYK
RGB Variations
Color information
#FDB3CF (or 0xFDB3CF) is known color: Cotton Candy. HEX triplet: FD, B3 and CF. RGB value is (253,179,207). Sum of RGB (Red+Green+Blue) = 253+179+207=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3CF is #024C30. Grayscale: #CCCCCC. Windows color (decimal): -150577 or 13612029. OLE color: 13612029.
HSL color Cylindrical-coordinate representation of color #FDB3CF: hue angle of 337.3º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3CF is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 207 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.01 |
| HSL | 337.3º | 0.95% | 0.85% | - |
| HSV(B) | 337.3º | 0.29% | 0.99% | - |
| XYZ | 67.89 | 57.63 | 66.58 | - |
| YUV | 204.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 207 | 0 | 0.29 | 0.18 | 0.01 | 337.3 | 0.95 | 0.85 |
| Hex | FD | B3 | CF | 0 | 1D | 12 | 1 | 151 | 5F | 55 |
| Octal | 375 | 263 | 317 | 0 | 35 | 22 | 1 | 521 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11001111 | 0 | 11101 | 10010 | 1 | 101010001 | 1011111 | 1010101 |
Color Harmonies of #FDB3CF
Complementary color
Monochromatic Colors of #FDB3CF
Black with #FDB3CF
Text Example
Text Example
White with #FDB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3CF; }
p { color: rgb(253,179,207); }
H1.HeaderClassName
{
color: #FDB3CF;
}
.AnyTagClassName
{
color: #FDB3CF;
}
</style>
background-color css
<style>
a { background-color: #FDB3CF; }
a { background-color: rgb(253,179,207); }
div.DivClassName
{
background-color: #FDB3CF;
}
.BgClassName
{
background-color: #FDB3CF;
}
</style>
border-color css
<style>
span { border-color: #FDB3CF; }
span { border-color: rgb(253,179,207); }
td.TdClassName
{
border-color: #FDB3CF;
}
.TagClassName
{
border-color: #FDB3CF;
}
</style>