Shades of Cotton Candy #FDB3D3
Tints of Cotton Candy #FDB3D3
RGB
CMYK
RGB Variations
Color information
#FDB3D3 (or 0xFDB3D3) is known color: Cotton Candy. HEX triplet: FD, B3 and D3. RGB value is (253,179,211). Sum of RGB (Red+Green+Blue) = 253+179+211=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3D3 is #024C2C. Grayscale: #CCCCCC. Windows color (decimal): -150573 or 13874173. OLE color: 13874173.
HSL color Cylindrical-coordinate representation of color #FDB3D3: hue angle of 334.05º 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 #FDB3D3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 211 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.01 |
| HSL | 334.05º | 0.95% | 0.85% | - |
| HSV(B) | 334.05º | 0.29% | 0.99% | - |
| XYZ | 68.39 | 57.83 | 69.19 | - |
| YUV | 204.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 211 | 0 | 0.29 | 0.17 | 0.01 | 334.05 | 0.95 | 0.85 |
| Hex | FD | B3 | D3 | 0 | 1D | 11 | 1 | 14E | 5F | 55 |
| Octal | 375 | 263 | 323 | 0 | 35 | 21 | 1 | 516 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11010011 | 0 | 11101 | 10001 | 1 | 101001110 | 1011111 | 1010101 |
Color Harmonies of #FDB3D3
Complementary color
Monochromatic Colors of #FDB3D3
Black with #FDB3D3
Text Example
Text Example
White with #FDB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3D3; }
p { color: rgb(253,179,211); }
H1.HeaderClassName
{
color: #FDB3D3;
}
.AnyTagClassName
{
color: #FDB3D3;
}
</style>
background-color css
<style>
a { background-color: #FDB3D3; }
a { background-color: rgb(253,179,211); }
div.DivClassName
{
background-color: #FDB3D3;
}
.BgClassName
{
background-color: #FDB3D3;
}
</style>
border-color css
<style>
span { border-color: #FDB3D3; }
span { border-color: rgb(253,179,211); }
td.TdClassName
{
border-color: #FDB3D3;
}
.TagClassName
{
border-color: #FDB3D3;
}
</style>