Shades of Karry #FEDBC6
Tints of Karry #FEDBC6
RGB
CMYK
RGB Variations
Color information
#FEDBC6 (or 0xFEDBC6) is known color: Karry. HEX triplet: FE, DB and C6. RGB value is (254,219,198). Sum of RGB (Red+Green+Blue) = 254+219+198=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBC6 is #012439. Grayscale: #E3E3E3. Windows color (decimal): -74810 or 13032446. OLE color: 13032446.
HSL color Cylindrical-coordinate representation of color #FEDBC6: hue angle of 22.5º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDBC6 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 198 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.00 |
| HSL | 22.5º | 0.97% | 0.89% | - |
| HSV(B) | 22.5º | 0.22% | 1% | - |
| XYZ | 76.4 | 75.81 | 64.03 | - |
| YUV | 227.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 198 | 0 | 0.14 | 0.22 | 0.00 | 22.5 | 0.97 | 0.89 |
| Hex | FE | DB | C6 | 0 | E | 16 | 0 | 16 | 61 | 59 |
| Octal | 376 | 333 | 306 | 0 | 16 | 26 | 0 | 26 | 141 | 131 |
| Binary | 11111110 | 11011011 | 11000110 | 0 | 1110 | 10110 | 0 | 10110 | 1100001 | 1011001 |
Color Harmonies of #FEDBC6
Complementary color
Monochromatic Colors of #FEDBC6
Black with #FEDBC6
Text Example
Text Example
White with #FEDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBC6; }
p { color: rgb(254,219,198); }
H1.HeaderClassName
{
color: #FEDBC6;
}
.AnyTagClassName
{
color: #FEDBC6;
}
</style>
background-color css
<style>
a { background-color: #FEDBC6; }
a { background-color: rgb(254,219,198); }
div.DivClassName
{
background-color: #FEDBC6;
}
.BgClassName
{
background-color: #FEDBC6;
}
</style>
border-color css
<style>
span { border-color: #FEDBC6; }
span { border-color: rgb(254,219,198); }
td.TdClassName
{
border-color: #FEDBC6;
}
.TagClassName
{
border-color: #FEDBC6;
}
</style>