Shades of Karry #FEDDC5
Tints of Karry #FEDDC5
RGB
CMYK
RGB Variations
Color information
#FEDDC5 (or 0xFEDDC5) is known color: Karry. HEX triplet: FE, DD and C5. RGB value is (254,221,197). Sum of RGB (Red+Green+Blue) = 254+221+197=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC5 is #01223A. Grayscale: #E4E4E4. Windows color (decimal): -74299 or 12967422. OLE color: 12967422.
HSL color Cylindrical-coordinate representation of color #FEDDC5: hue angle of 25.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDDC5 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 197 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.00 |
| HSL | 25.26º | 0.97% | 0.88% | - |
| HSV(B) | 25.26º | 0.22% | 1% | - |
| XYZ | 76.81 | 76.81 | 63.6 | - |
| YUV | 228.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 197 | 0 | 0.13 | 0.22 | 0.00 | 25.26 | 0.97 | 0.88 |
| Hex | FE | DD | C5 | 0 | D | 16 | 0 | 19 | 61 | 58 |
| Octal | 376 | 335 | 305 | 0 | 15 | 26 | 0 | 31 | 141 | 130 |
| Binary | 11111110 | 11011101 | 11000101 | 0 | 1101 | 10110 | 0 | 11001 | 1100001 | 1011000 |
Color Harmonies of #FEDDC5
Complementary color
Monochromatic Colors of #FEDDC5
Black with #FEDDC5
Text Example
Text Example
White with #FEDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC5; }
p { color: rgb(254,221,197); }
H1.HeaderClassName
{
color: #FEDDC5;
}
.AnyTagClassName
{
color: #FEDDC5;
}
</style>
background-color css
<style>
a { background-color: #FEDDC5; }
a { background-color: rgb(254,221,197); }
div.DivClassName
{
background-color: #FEDDC5;
}
.BgClassName
{
background-color: #FEDDC5;
}
</style>
border-color css
<style>
span { border-color: #FEDDC5; }
span { border-color: rgb(254,221,197); }
td.TdClassName
{
border-color: #FEDDC5;
}
.TagClassName
{
border-color: #FEDDC5;
}
</style>