Shades of Cotton Candy #FDB4DA
Tints of Cotton Candy #FDB4DA
RGB
CMYK
RGB Variations
Color information
#FDB4DA (or 0xFDB4DA) is known color: Cotton Candy. HEX triplet: FD, B4 and DA. RGB value is (253,180,218). Sum of RGB (Red+Green+Blue) = 253+180+218=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4DA is #024B25. Grayscale: #CECECE. Windows color (decimal): -150310 or 14333181. OLE color: 14333181.
HSL color Cylindrical-coordinate representation of color #FDB4DA: hue angle of 328.77º 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 #FDB4DA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 218 | - |
CMYK | 0 | 0.29 | 0.14 | 0.01 |
HSL | 328.77º | 0.95% | 0.85% | - |
HSV(B) | 328.77º | 0.29% | 0.99% | - |
XYZ | 69.48 | 58.59 | 73.98 | - |
YUV | 206.16 | 134.68 | 161.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 218 | 0 | 0.29 | 0.14 | 0.01 | 328.77 | 0.95 | 0.85 |
Hex | FD | B4 | DA | 0 | 1D | E | 1 | 149 | 5F | 55 |
Octal | 375 | 264 | 332 | 0 | 35 | 16 | 1 | 511 | 137 | 125 |
Binary | 11111101 | 10110100 | 11011010 | 0 | 11101 | 1110 | 1 | 101001001 | 1011111 | 1010101 |
Color Harmonies of #FDB4DA
Complementary color
Monochromatic Colors of #FDB4DA
Black with #FDB4DA
Text Example
Text Example
White with #FDB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4DA; }
p { color: rgb(253,180,218); }
H1.HeaderClassName
{
color: #FDB4DA;
}
.AnyTagClassName
{
color: #FDB4DA;
}
</style>
background-color css
<style>
a { background-color: #FDB4DA; }
a { background-color: rgb(253,180,218); }
div.DivClassName
{
background-color: #FDB4DA;
}
.BgClassName
{
background-color: #FDB4DA;
}
</style>
border-color css
<style>
span { border-color: #FDB4DA; }
span { border-color: rgb(253,180,218); }
td.TdClassName
{
border-color: #FDB4DA;
}
.TagClassName
{
border-color: #FDB4DA;
}
</style>