Shades of Cotton Candy #FDB5DB
Tints of Cotton Candy #FDB5DB
RGB
CMYK
RGB Variations
Color information
#FDB5DB (or 0xFDB5DB) is known color: Cotton Candy. HEX triplet: FD, B5 and DB. RGB value is (253,181,219). Sum of RGB (Red+Green+Blue) = 253+181+219=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5DB is #024A24. Grayscale: #CECECE. Windows color (decimal): -150053 or 14398973. OLE color: 14398973.
HSL color Cylindrical-coordinate representation of color #FDB5DB: hue angle of 328.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5DB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 219 | - |
CMYK | 0 | 0.28 | 0.13 | 0.01 |
HSL | 328.33º | 0.95% | 0.85% | - |
HSV(B) | 328.33º | 0.28% | 0.99% | - |
XYZ | 69.82 | 59.04 | 74.73 | - |
YUV | 206.86 | 134.85 | 160.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 219 | 0 | 0.28 | 0.13 | 0.01 | 328.33 | 0.95 | 0.85 |
Hex | FD | B5 | DB | 0 | 1C | D | 1 | 148 | 5F | 55 |
Octal | 375 | 265 | 333 | 0 | 34 | 15 | 1 | 510 | 137 | 125 |
Binary | 11111101 | 10110101 | 11011011 | 0 | 11100 | 1101 | 1 | 101001000 | 1011111 | 1010101 |
Color Harmonies of #FDB5DB
Complementary color
Monochromatic Colors of #FDB5DB
Black with #FDB5DB
Text Example
Text Example
White with #FDB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5DB; }
p { color: rgb(253,181,219); }
H1.HeaderClassName
{
color: #FDB5DB;
}
.AnyTagClassName
{
color: #FDB5DB;
}
</style>
background-color css
<style>
a { background-color: #FDB5DB; }
a { background-color: rgb(253,181,219); }
div.DivClassName
{
background-color: #FDB5DB;
}
.BgClassName
{
background-color: #FDB5DB;
}
</style>
border-color css
<style>
span { border-color: #FDB5DB; }
span { border-color: rgb(253,181,219); }
td.TdClassName
{
border-color: #FDB5DB;
}
.TagClassName
{
border-color: #FDB5DB;
}
</style>