Shades of Cotton Candy #FDB7DA
Tints of Cotton Candy #FDB7DA
RGB
CMYK
RGB Variations
Color information
#FDB7DA (or 0xFDB7DA) is known color: Cotton Candy. HEX triplet: FD, B7 and DA. RGB value is (253,183,218). Sum of RGB (Red+Green+Blue) = 253+183+218=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7DA is #024825. Grayscale: #CFCFCF. Windows color (decimal): -149542 or 14333949. OLE color: 14333949.
HSL color Cylindrical-coordinate representation of color #FDB7DA: hue angle of 330º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7DA is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 218 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.01 |
| HSL | 330º | 0.95% | 0.85% | - |
| HSV(B) | 330º | 0.28% | 0.99% | - |
| XYZ | 70.1 | 59.81 | 74.18 | - |
| YUV | 207.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 218 | 0 | 0.28 | 0.14 | 0.01 | 330 | 0.95 | 0.85 |
| Hex | FD | B7 | DA | 0 | 1C | E | 1 | 14A | 5F | 55 |
| Octal | 375 | 267 | 332 | 0 | 34 | 16 | 1 | 512 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11011010 | 0 | 11100 | 1110 | 1 | 101001010 | 1011111 | 1010101 |
Color Harmonies of #FDB7DA
Complementary color
Monochromatic Colors of #FDB7DA
Black with #FDB7DA
Text Example
Text Example
White with #FDB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7DA; }
p { color: rgb(253,183,218); }
H1.HeaderClassName
{
color: #FDB7DA;
}
.AnyTagClassName
{
color: #FDB7DA;
}
</style>
background-color css
<style>
a { background-color: #FDB7DA; }
a { background-color: rgb(253,183,218); }
div.DivClassName
{
background-color: #FDB7DA;
}
.BgClassName
{
background-color: #FDB7DA;
}
</style>
border-color css
<style>
span { border-color: #FDB7DA; }
span { border-color: rgb(253,183,218); }
td.TdClassName
{
border-color: #FDB7DA;
}
.TagClassName
{
border-color: #FDB7DA;
}
</style>