Shades of Karry #FED8BF
Tints of Karry #FED8BF
RGB
CMYK
RGB Variations
Color information
#FED8BF (or 0xFED8BF) is known color: Karry. HEX triplet: FE, D8 and BF. RGB value is (254,216,191). Sum of RGB (Red+Green+Blue) = 254+216+191=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8BF is #012740. Grayscale: #E0E0E0. Windows color (decimal): -75585 or 12572926. OLE color: 12572926.
HSL color Cylindrical-coordinate representation of color #FED8BF: hue angle of 23.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FED8BF is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 191 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.00 |
| HSL | 23.81º | 0.97% | 0.87% | - |
| HSV(B) | 23.81º | 0.25% | 1% | - |
| XYZ | 74.83 | 73.94 | 59.62 | - |
| YUV | 224.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 191 | 0 | 0.15 | 0.25 | 0.00 | 23.81 | 0.97 | 0.87 |
| Hex | FE | D8 | BF | 0 | F | 19 | 0 | 18 | 61 | 57 |
| Octal | 376 | 330 | 277 | 0 | 17 | 31 | 0 | 30 | 141 | 127 |
| Binary | 11111110 | 11011000 | 10111111 | 0 | 1111 | 11001 | 0 | 11000 | 1100001 | 1010111 |
Color Harmonies of #FED8BF
Complementary color
Monochromatic Colors of #FED8BF
Black with #FED8BF
Text Example
Text Example
White with #FED8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8BF; }
p { color: rgb(254,216,191); }
H1.HeaderClassName
{
color: #FED8BF;
}
.AnyTagClassName
{
color: #FED8BF;
}
</style>
background-color css
<style>
a { background-color: #FED8BF; }
a { background-color: rgb(254,216,191); }
div.DivClassName
{
background-color: #FED8BF;
}
.BgClassName
{
background-color: #FED8BF;
}
</style>
border-color css
<style>
span { border-color: #FED8BF; }
span { border-color: rgb(254,216,191); }
td.TdClassName
{
border-color: #FED8BF;
}
.TagClassName
{
border-color: #FED8BF;
}
</style>