Shades of Cotton Candy #FDB2D0
Tints of Cotton Candy #FDB2D0
RGB
CMYK
RGB Variations
Color information
#FDB2D0 (or 0xFDB2D0) is known color: Cotton Candy. HEX triplet: FD, B2 and D0. RGB value is (253,178,208). Sum of RGB (Red+Green+Blue) = 253+178+208=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2D0 is #024D2F. Grayscale: #CBCBCB. Windows color (decimal): -150832 or 13677309. OLE color: 13677309.
HSL color Cylindrical-coordinate representation of color #FDB2D0: hue angle of 336º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2D0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 208 | - |
CMYK | 0 | 0.30 | 0.18 | 0.01 |
HSL | 336º | 0.95% | 0.85% | - |
HSV(B) | 336º | 0.3% | 0.99% | - |
XYZ | 67.81 | 57.28 | 67.16 | - |
YUV | 203.85 | 130.35 | 163.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 208 | 0 | 0.30 | 0.18 | 0.01 | 336 | 0.95 | 0.85 |
Hex | FD | B2 | D0 | 0 | 1E | 12 | 1 | 150 | 5F | 55 |
Octal | 375 | 262 | 320 | 0 | 36 | 22 | 1 | 520 | 137 | 125 |
Binary | 11111101 | 10110010 | 11010000 | 0 | 11110 | 10010 | 1 | 101010000 | 1011111 | 1010101 |
Color Harmonies of #FDB2D0
Complementary color
Monochromatic Colors of #FDB2D0
Black with #FDB2D0
Text Example
Text Example
White with #FDB2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2D0; }
p { color: rgb(253,178,208); }
H1.HeaderClassName
{
color: #FDB2D0;
}
.AnyTagClassName
{
color: #FDB2D0;
}
</style>
background-color css
<style>
a { background-color: #FDB2D0; }
a { background-color: rgb(253,178,208); }
div.DivClassName
{
background-color: #FDB2D0;
}
.BgClassName
{
background-color: #FDB2D0;
}
</style>
border-color css
<style>
span { border-color: #FDB2D0; }
span { border-color: rgb(253,178,208); }
td.TdClassName
{
border-color: #FDB2D0;
}
.TagClassName
{
border-color: #FDB2D0;
}
</style>