Shades of Cotton Candy #FEB5CF
Tints of Cotton Candy #FEB5CF
RGB
CMYK
RGB Variations
Color information
#FEB5CF (or 0xFEB5CF) is known color: Cotton Candy. HEX triplet: FE, B5 and CF. RGB value is (254,181,207). Sum of RGB (Red+Green+Blue) = 254+181+207=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CF is #014A30. Grayscale: #CDCDCD. Windows color (decimal): -84529 or 13612542. OLE color: 13612542.
HSL color Cylindrical-coordinate representation of color #FEB5CF: hue angle of 338.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5CF is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 207 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.00 |
| HSL | 338.63º | 0.97% | 0.85% | - |
| HSV(B) | 338.63º | 0.29% | 1% | - |
| XYZ | 68.66 | 58.62 | 66.73 | - |
| YUV | 205.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 207 | 0 | 0.29 | 0.19 | 0.00 | 338.63 | 0.97 | 0.85 |
| Hex | FE | B5 | CF | 0 | 1D | 13 | 0 | 153 | 61 | 55 |
| Octal | 376 | 265 | 317 | 0 | 35 | 23 | 0 | 523 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11001111 | 0 | 11101 | 10011 | 0 | 101010011 | 1100001 | 1010101 |
Color Harmonies of #FEB5CF
Complementary color
Monochromatic Colors of #FEB5CF
Black with #FEB5CF
Text Example
Text Example
White with #FEB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5CF; }
p { color: rgb(254,181,207); }
H1.HeaderClassName
{
color: #FEB5CF;
}
.AnyTagClassName
{
color: #FEB5CF;
}
</style>
background-color css
<style>
a { background-color: #FEB5CF; }
a { background-color: rgb(254,181,207); }
div.DivClassName
{
background-color: #FEB5CF;
}
.BgClassName
{
background-color: #FEB5CF;
}
</style>
border-color css
<style>
span { border-color: #FEB5CF; }
span { border-color: rgb(254,181,207); }
td.TdClassName
{
border-color: #FEB5CF;
}
.TagClassName
{
border-color: #FEB5CF;
}
</style>