Shades of Karry #FEDCC4
Tints of Karry #FEDCC4
RGB
CMYK
RGB Variations
Color information
#FEDCC4 (or 0xFEDCC4) is known color: Karry. HEX triplet: FE, DC and C4. RGB value is (254,220,196). Sum of RGB (Red+Green+Blue) = 254+220+196=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC4 is #01233B. Grayscale: #E3E3E3. Windows color (decimal): -74556 or 12901630. OLE color: 12901630.
HSL color Cylindrical-coordinate representation of color #FEDCC4: hue angle of 24.83º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEDCC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 196 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.00 |
| HSL | 24.83º | 0.97% | 0.88% | - |
| HSV(B) | 24.83º | 0.23% | 1% | - |
| XYZ | 76.43 | 76.24 | 62.91 | - |
| YUV | 227.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 196 | 0 | 0.13 | 0.23 | 0.00 | 24.83 | 0.97 | 0.88 |
| Hex | FE | DC | C4 | 0 | D | 17 | 0 | 19 | 61 | 58 |
| Octal | 376 | 334 | 304 | 0 | 15 | 27 | 0 | 31 | 141 | 130 |
| Binary | 11111110 | 11011100 | 11000100 | 0 | 1101 | 10111 | 0 | 11001 | 1100001 | 1011000 |
Color Harmonies of #FEDCC4
Complementary color
Monochromatic Colors of #FEDCC4
Black with #FEDCC4
Text Example
Text Example
White with #FEDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCC4; }
p { color: rgb(254,220,196); }
H1.HeaderClassName
{
color: #FEDCC4;
}
.AnyTagClassName
{
color: #FEDCC4;
}
</style>
background-color css
<style>
a { background-color: #FEDCC4; }
a { background-color: rgb(254,220,196); }
div.DivClassName
{
background-color: #FEDCC4;
}
.BgClassName
{
background-color: #FEDCC4;
}
</style>
border-color css
<style>
span { border-color: #FEDCC4; }
span { border-color: rgb(254,220,196); }
td.TdClassName
{
border-color: #FEDCC4;
}
.TagClassName
{
border-color: #FEDCC4;
}
</style>