Shades of Cotton Candy #FDB3D2
Tints of Cotton Candy #FDB3D2
RGB
CMYK
RGB Variations
Color information
#FDB3D2 (or 0xFDB3D2) is known color: Cotton Candy. HEX triplet: FD, B3 and D2. RGB value is (253,179,210). Sum of RGB (Red+Green+Blue) = 253+179+210=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3D2 is #024C2D. Grayscale: #CCCCCC. Windows color (decimal): -150574 or 13808637. OLE color: 13808637.
HSL color Cylindrical-coordinate representation of color #FDB3D2: hue angle of 334.86º 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 #FDB3D2 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 210 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.01 |
| HSL | 334.86º | 0.95% | 0.85% | - |
| HSV(B) | 334.86º | 0.29% | 0.99% | - |
| XYZ | 68.26 | 57.78 | 68.53 | - |
| YUV | 204.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 210 | 0 | 0.29 | 0.17 | 0.01 | 334.86 | 0.95 | 0.85 |
| Hex | FD | B3 | D2 | 0 | 1D | 11 | 1 | 14F | 5F | 55 |
| Octal | 375 | 263 | 322 | 0 | 35 | 21 | 1 | 517 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11010010 | 0 | 11101 | 10001 | 1 | 101001111 | 1011111 | 1010101 |
Color Harmonies of #FDB3D2
Complementary color
Monochromatic Colors of #FDB3D2
Black with #FDB3D2
Text Example
Text Example
White with #FDB3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3D2; }
p { color: rgb(253,179,210); }
H1.HeaderClassName
{
color: #FDB3D2;
}
.AnyTagClassName
{
color: #FDB3D2;
}
</style>
background-color css
<style>
a { background-color: #FDB3D2; }
a { background-color: rgb(253,179,210); }
div.DivClassName
{
background-color: #FDB3D2;
}
.BgClassName
{
background-color: #FDB3D2;
}
</style>
border-color css
<style>
span { border-color: #FDB3D2; }
span { border-color: rgb(253,179,210); }
td.TdClassName
{
border-color: #FDB3D2;
}
.TagClassName
{
border-color: #FDB3D2;
}
</style>