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