Shades of Karry #FEDCC7
Tints of Karry #FEDCC7
RGB
CMYK
RGB Variations
Color information
#FEDCC7 (or 0xFEDCC7) is known color: Karry. HEX triplet: FE, DC and C7. RGB value is (254,220,199). Sum of RGB (Red+Green+Blue) = 254+220+199=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC7 is #012338. Grayscale: #E3E3E3. Windows color (decimal): -74553 or 13098238. OLE color: 13098238.
HSL color Cylindrical-coordinate representation of color #FEDCC7: hue angle of 22.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDCC7 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 199 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.00 |
| HSL | 22.91º | 0.96% | 0.89% | - |
| HSV(B) | 22.91º | 0.22% | 1% | - |
| XYZ | 76.78 | 76.38 | 64.73 | - |
| YUV | 227.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 199 | 0 | 0.13 | 0.22 | 0.00 | 22.91 | 0.96 | 0.89 |
| Hex | FE | DC | C7 | 0 | D | 16 | 0 | 17 | 60 | 59 |
| Octal | 376 | 334 | 307 | 0 | 15 | 26 | 0 | 27 | 140 | 131 |
| Binary | 11111110 | 11011100 | 11000111 | 0 | 1101 | 10110 | 0 | 10111 | 1100000 | 1011001 |
Color Harmonies of #FEDCC7
Complementary color
Monochromatic Colors of #FEDCC7
Black with #FEDCC7
Text Example
Text Example
White with #FEDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCC7; }
p { color: rgb(254,220,199); }
H1.HeaderClassName
{
color: #FEDCC7;
}
.AnyTagClassName
{
color: #FEDCC7;
}
</style>
background-color css
<style>
a { background-color: #FEDCC7; }
a { background-color: rgb(254,220,199); }
div.DivClassName
{
background-color: #FEDCC7;
}
.BgClassName
{
background-color: #FEDCC7;
}
</style>
border-color css
<style>
span { border-color: #FEDCC7; }
span { border-color: rgb(254,220,199); }
td.TdClassName
{
border-color: #FEDCC7;
}
.TagClassName
{
border-color: #FEDCC7;
}
</style>