Shades of Cotton Candy #FDBDE2
Tints of Cotton Candy #FDBDE2
RGB
CMYK
RGB Variations
Color information
#FDBDE2 (or 0xFDBDE2) is known color: Cotton Candy. HEX triplet: FD, BD and E2. RGB value is (253,189,226). Sum of RGB (Red+Green+Blue) = 253+189+226=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDE2 is #02421D. Grayscale: #D4D4D4. Windows color (decimal): -147998 or 14859773. OLE color: 14859773.
HSL color Cylindrical-coordinate representation of color #FDBDE2: hue angle of 325.31º 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 #FDBDE2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 226 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.01 |
| HSL | 325.31º | 0.94% | 0.87% | - |
| HSV(B) | 325.31º | 0.25% | 0.99% | - |
| XYZ | 72.43 | 62.77 | 80.25 | - |
| YUV | 212.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 226 | 0 | 0.25 | 0.11 | 0.01 | 325.31 | 0.94 | 0.87 |
| Hex | FD | BD | E2 | 0 | 19 | B | 1 | 145 | 5E | 57 |
| Octal | 375 | 275 | 342 | 0 | 31 | 13 | 1 | 505 | 136 | 127 |
| Binary | 11111101 | 10111101 | 11100010 | 0 | 11001 | 1011 | 1 | 101000101 | 1011110 | 1010111 |
Color Harmonies of #FDBDE2
Complementary color
Monochromatic Colors of #FDBDE2
Black with #FDBDE2
Text Example
Text Example
White with #FDBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDE2; }
p { color: rgb(253,189,226); }
H1.HeaderClassName
{
color: #FDBDE2;
}
.AnyTagClassName
{
color: #FDBDE2;
}
</style>
background-color css
<style>
a { background-color: #FDBDE2; }
a { background-color: rgb(253,189,226); }
div.DivClassName
{
background-color: #FDBDE2;
}
.BgClassName
{
background-color: #FDBDE2;
}
</style>
border-color css
<style>
span { border-color: #FDBDE2; }
span { border-color: rgb(253,189,226); }
td.TdClassName
{
border-color: #FDBDE2;
}
.TagClassName
{
border-color: #FDBDE2;
}
</style>