Shades of Cotton Candy #FDB5E1
Tints of Cotton Candy #FDB5E1
RGB
CMYK
RGB Variations
Color information
#FDB5E1 (or 0xFDB5E1) is known color: Cotton Candy. HEX triplet: FD, B5 and E1. RGB value is (253,181,225). Sum of RGB (Red+Green+Blue) = 253+181+225=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5E1 is #024A1E. Grayscale: #CFCFCF. Windows color (decimal): -150047 or 14792189. OLE color: 14792189.
HSL color Cylindrical-coordinate representation of color #FDB5E1: hue angle of 323.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 #FDB5E1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 225 | - |
CMYK | 0 | 0.28 | 0.11 | 0.01 |
HSL | 323.33º | 0.95% | 0.85% | - |
HSV(B) | 323.33º | 0.28% | 0.99% | - |
XYZ | 70.62 | 59.37 | 78.97 | - |
YUV | 207.54 | 137.85 | 160.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 225 | 0 | 0.28 | 0.11 | 0.01 | 323.33 | 0.95 | 0.85 |
Hex | FD | B5 | E1 | 0 | 1C | B | 1 | 143 | 5F | 55 |
Octal | 375 | 265 | 341 | 0 | 34 | 13 | 1 | 503 | 137 | 125 |
Binary | 11111101 | 10110101 | 11100001 | 0 | 11100 | 1011 | 1 | 101000011 | 1011111 | 1010101 |
Color Harmonies of #FDB5E1
Complementary color
Monochromatic Colors of #FDB5E1
Black with #FDB5E1
Text Example
Text Example
White with #FDB5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5E1; }
p { color: rgb(253,181,225); }
H1.HeaderClassName
{
color: #FDB5E1;
}
.AnyTagClassName
{
color: #FDB5E1;
}
</style>
background-color css
<style>
a { background-color: #FDB5E1; }
a { background-color: rgb(253,181,225); }
div.DivClassName
{
background-color: #FDB5E1;
}
.BgClassName
{
background-color: #FDB5E1;
}
</style>
border-color css
<style>
span { border-color: #FDB5E1; }
span { border-color: rgb(253,181,225); }
td.TdClassName
{
border-color: #FDB5E1;
}
.TagClassName
{
border-color: #FDB5E1;
}
</style>