Shades of Cotton Candy #FDB4D3
Tints of Cotton Candy #FDB4D3
RGB
CMYK
RGB Variations
Color information
#FDB4D3 (or 0xFDB4D3) is known color: Cotton Candy. HEX triplet: FD, B4 and D3. RGB value is (253,180,211). Sum of RGB (Red+Green+Blue) = 253+180+211=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4D3 is #024B2C. Grayscale: #CDCDCD. Windows color (decimal): -150317 or 13874429. OLE color: 13874429.
HSL color Cylindrical-coordinate representation of color #FDB4D3: hue angle of 334.52º 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 #FDB4D3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 211 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.01 |
| HSL | 334.52º | 0.95% | 0.85% | - |
| HSV(B) | 334.52º | 0.29% | 0.99% | - |
| XYZ | 68.59 | 58.23 | 69.25 | - |
| YUV | 205.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 211 | 0 | 0.29 | 0.17 | 0.01 | 334.52 | 0.95 | 0.85 |
| Hex | FD | B4 | D3 | 0 | 1D | 11 | 1 | 14F | 5F | 55 |
| Octal | 375 | 264 | 323 | 0 | 35 | 21 | 1 | 517 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11010011 | 0 | 11101 | 10001 | 1 | 101001111 | 1011111 | 1010101 |
Color Harmonies of #FDB4D3
Complementary color
Monochromatic Colors of #FDB4D3
Black with #FDB4D3
Text Example
Text Example
White with #FDB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4D3; }
p { color: rgb(253,180,211); }
H1.HeaderClassName
{
color: #FDB4D3;
}
.AnyTagClassName
{
color: #FDB4D3;
}
</style>
background-color css
<style>
a { background-color: #FDB4D3; }
a { background-color: rgb(253,180,211); }
div.DivClassName
{
background-color: #FDB4D3;
}
.BgClassName
{
background-color: #FDB4D3;
}
</style>
border-color css
<style>
span { border-color: #FDB4D3; }
span { border-color: rgb(253,180,211); }
td.TdClassName
{
border-color: #FDB4D3;
}
.TagClassName
{
border-color: #FDB4D3;
}
</style>