Shades of Cotton Candy #FEB7DF
Tints of Cotton Candy #FEB7DF
RGB
CMYK
RGB Variations
Color information
#FEB7DF (or 0xFEB7DF) is known color: Cotton Candy. HEX triplet: FE, B7 and DF. RGB value is (254,183,223). Sum of RGB (Red+Green+Blue) = 254+183+223=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7DF is #014820. Grayscale: #D0D0D0. Windows color (decimal): -84001 or 14661630. OLE color: 14661630.
HSL color Cylindrical-coordinate representation of color #FEB7DF: hue angle of 326.2º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7DF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 183 | 223 | - |
CMYK | 0 | 0.28 | 0.12 | 0.00 |
HSL | 326.2º | 0.97% | 0.86% | - |
HSV(B) | 326.2º | 0.28% | 1% | - |
XYZ | 71.13 | 60.27 | 77.7 | - |
YUV | 208.79 | 136.02 | 160.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 183 | 223 | 0 | 0.28 | 0.12 | 0.00 | 326.2 | 0.97 | 0.86 |
Hex | FE | B7 | DF | 0 | 1C | C | 0 | 146 | 61 | 56 |
Octal | 376 | 267 | 337 | 0 | 34 | 14 | 0 | 506 | 141 | 126 |
Binary | 11111110 | 10110111 | 11011111 | 0 | 11100 | 1100 | 0 | 101000110 | 1100001 | 1010110 |
Color Harmonies of #FEB7DF
Complementary color
Monochromatic Colors of #FEB7DF
Black with #FEB7DF
Text Example
Text Example
White with #FEB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7DF; }
p { color: rgb(254,183,223); }
H1.HeaderClassName
{
color: #FEB7DF;
}
.AnyTagClassName
{
color: #FEB7DF;
}
</style>
background-color css
<style>
a { background-color: #FEB7DF; }
a { background-color: rgb(254,183,223); }
div.DivClassName
{
background-color: #FEB7DF;
}
.BgClassName
{
background-color: #FEB7DF;
}
</style>
border-color css
<style>
span { border-color: #FEB7DF; }
span { border-color: rgb(254,183,223); }
td.TdClassName
{
border-color: #FEB7DF;
}
.TagClassName
{
border-color: #FEB7DF;
}
</style>