Shades of Cotton Candy #FEBDD4
Tints of Cotton Candy #FEBDD4
RGB
CMYK
RGB Variations
Color information
#FEBDD4 (or 0xFEBDD4) is known color: Cotton Candy. HEX triplet: FE, BD and D4. RGB value is (254,189,212). Sum of RGB (Red+Green+Blue) = 254+189+212=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD4 is #01422B. Grayscale: #D3D3D3. Windows color (decimal): -82476 or 13942270. OLE color: 13942270.
HSL color Cylindrical-coordinate representation of color #FEBDD4: hue angle of 338.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDD4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 212 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.00 |
| HSL | 338.77º | 0.97% | 0.87% | - |
| HSV(B) | 338.77º | 0.26% | 1% | - |
| XYZ | 70.95 | 62.22 | 70.56 | - |
| YUV | 211.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 212 | 0 | 0.26 | 0.17 | 0.00 | 338.77 | 0.97 | 0.87 |
| Hex | FE | BD | D4 | 0 | 1A | 11 | 0 | 153 | 61 | 57 |
| Octal | 376 | 275 | 324 | 0 | 32 | 21 | 0 | 523 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11010100 | 0 | 11010 | 10001 | 0 | 101010011 | 1100001 | 1010111 |
Color Harmonies of #FEBDD4
Complementary color
Monochromatic Colors of #FEBDD4
Black with #FEBDD4
Text Example
Text Example
White with #FEBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDD4; }
p { color: rgb(254,189,212); }
H1.HeaderClassName
{
color: #FEBDD4;
}
.AnyTagClassName
{
color: #FEBDD4;
}
</style>
background-color css
<style>
a { background-color: #FEBDD4; }
a { background-color: rgb(254,189,212); }
div.DivClassName
{
background-color: #FEBDD4;
}
.BgClassName
{
background-color: #FEBDD4;
}
</style>
border-color css
<style>
span { border-color: #FEBDD4; }
span { border-color: rgb(254,189,212); }
td.TdClassName
{
border-color: #FEBDD4;
}
.TagClassName
{
border-color: #FEBDD4;
}
</style>