Shades of Cotton Candy #FFB9DA
Tints of Cotton Candy #FFB9DA
RGB
CMYK
RGB Variations
Color information
#FFB9DA (or 0xFFB9DA) is known color: Cotton Candy. HEX triplet: FF, B9 and DA. RGB value is (255,185,218). Sum of RGB (Red+Green+Blue) = 255+185+218=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DA is #004625. Grayscale: #D1D1D1. Windows color (decimal): -17958 or 14334463. OLE color: 14334463.
HSL color Cylindrical-coordinate representation of color #FFB9DA: hue angle of 331.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9DA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 185 | 218 | - |
CMYK | 0 | 0.27 | 0.15 | 0 |
HSL | 331.71º | 1% | 0.86% | - |
HSV(B) | 331.71º | 0.27% | 1% | - |
XYZ | 71.24 | 61.02 | 74.35 | - |
YUV | 209.69 | 132.69 | 160.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 185 | 218 | 0 | 0.27 | 0.15 | 0 | 331.71 | 1 | 0.86 |
Hex | FF | B9 | DA | 0 | 1B | F | 0 | 14C | 64 | 56 |
Octal | 377 | 271 | 332 | 0 | 33 | 17 | 0 | 514 | 144 | 126 |
Binary | 11111111 | 10111001 | 11011010 | 0 | 11011 | 1111 | 0 | 101001100 | 1100100 | 1010110 |
Color Harmonies of #FFB9DA
Complementary color
Monochromatic Colors of #FFB9DA
Black with #FFB9DA
Text Example
Text Example
White with #FFB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9DA; }
p { color: rgb(255,185,218); }
H1.HeaderClassName
{
color: #FFB9DA;
}
.AnyTagClassName
{
color: #FFB9DA;
}
</style>
background-color css
<style>
a { background-color: #FFB9DA; }
a { background-color: rgb(255,185,218); }
div.DivClassName
{
background-color: #FFB9DA;
}
.BgClassName
{
background-color: #FFB9DA;
}
</style>
border-color css
<style>
span { border-color: #FFB9DA; }
span { border-color: rgb(255,185,218); }
td.TdClassName
{
border-color: #FFB9DA;
}
.TagClassName
{
border-color: #FFB9DA;
}
</style>