Shades of Karry #FEDDBF
Tints of Karry #FEDDBF
RGB
CMYK
RGB Variations
Color information
#FEDDBF (or 0xFEDDBF) is known color: Karry. HEX triplet: FE, DD and BF. RGB value is (254,221,191). Sum of RGB (Red+Green+Blue) = 254+221+191=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDBF is #012240. Grayscale: #E3E3E3. Windows color (decimal): -74305 or 12574206. OLE color: 12574206.
HSL color Cylindrical-coordinate representation of color #FEDDBF: hue angle of 28.57º 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 #FEDDBF is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 191 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.00 |
| HSL | 28.57º | 0.97% | 0.87% | - |
| HSV(B) | 28.57º | 0.25% | 1% | - |
| XYZ | 76.13 | 76.55 | 60.05 | - |
| YUV | 227.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 191 | 0 | 0.13 | 0.25 | 0.00 | 28.57 | 0.97 | 0.87 |
| Hex | FE | DD | BF | 0 | D | 19 | 0 | 1D | 61 | 57 |
| Octal | 376 | 335 | 277 | 0 | 15 | 31 | 0 | 35 | 141 | 127 |
| Binary | 11111110 | 11011101 | 10111111 | 0 | 1101 | 11001 | 0 | 11101 | 1100001 | 1010111 |
Color Harmonies of #FEDDBF
Complementary color
Monochromatic Colors of #FEDDBF
Black with #FEDDBF
Text Example
Text Example
White with #FEDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDBF; }
p { color: rgb(254,221,191); }
H1.HeaderClassName
{
color: #FEDDBF;
}
.AnyTagClassName
{
color: #FEDDBF;
}
</style>
background-color css
<style>
a { background-color: #FEDDBF; }
a { background-color: rgb(254,221,191); }
div.DivClassName
{
background-color: #FEDDBF;
}
.BgClassName
{
background-color: #FEDDBF;
}
</style>
border-color css
<style>
span { border-color: #FEDDBF; }
span { border-color: rgb(254,221,191); }
td.TdClassName
{
border-color: #FEDDBF;
}
.TagClassName
{
border-color: #FEDDBF;
}
</style>