Shades of Cotton Candy #FFB6E1
Tints of Cotton Candy #FFB6E1
RGB
CMYK
RGB Variations
Color information
#FFB6E1 (or 0xFFB6E1) is known color: Cotton Candy. HEX triplet: FF, B6 and E1. RGB value is (255,182,225). Sum of RGB (Red+Green+Blue) = 255+182+225=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E1 is #00491E. Grayscale: #D0D0D0. Windows color (decimal): -18719 or 14792447. OLE color: 14792447.
HSL color Cylindrical-coordinate representation of color #FFB6E1: hue angle of 324.66º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6E1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 225 | - |
| CMYK | 0 | 0.29 | 0.12 | 0 |
| HSL | 324.66º | 1% | 0.86% | - |
| HSV(B) | 324.66º | 0.29% | 1% | - |
| XYZ | 71.56 | 60.15 | 79.07 | - |
| YUV | 208.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 225 | 0 | 0.29 | 0.12 | 0 | 324.66 | 1 | 0.86 |
| Hex | FF | B6 | E1 | 0 | 1D | C | 0 | 145 | 64 | 56 |
| Octal | 377 | 266 | 341 | 0 | 35 | 14 | 0 | 505 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11100001 | 0 | 11101 | 1100 | 0 | 101000101 | 1100100 | 1010110 |
Color Harmonies of #FFB6E1
Complementary color
Monochromatic Colors of #FFB6E1
Black with #FFB6E1
Text Example
Text Example
White with #FFB6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6E1; }
p { color: rgb(255,182,225); }
H1.HeaderClassName
{
color: #FFB6E1;
}
.AnyTagClassName
{
color: #FFB6E1;
}
</style>
background-color css
<style>
a { background-color: #FFB6E1; }
a { background-color: rgb(255,182,225); }
div.DivClassName
{
background-color: #FFB6E1;
}
.BgClassName
{
background-color: #FFB6E1;
}
</style>
border-color css
<style>
span { border-color: #FFB6E1; }
span { border-color: rgb(255,182,225); }
td.TdClassName
{
border-color: #FFB6E1;
}
.TagClassName
{
border-color: #FFB6E1;
}
</style>