Shades of Karry #FEDDC7
Tints of Karry #FEDDC7
RGB
CMYK
RGB Variations
Color information
#FEDDC7 (or 0xFEDDC7) is known color: Karry. HEX triplet: FE, DD and C7. RGB value is (254,221,199). Sum of RGB (Red+Green+Blue) = 254+221+199=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC7 is #012238. Grayscale: #E4E4E4. Windows color (decimal): -74297 or 13098494. OLE color: 13098494.
HSL color Cylindrical-coordinate representation of color #FEDDC7: hue angle of 24º 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 #FEDDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 199 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.00 |
| HSL | 24º | 0.96% | 0.89% | - |
| HSV(B) | 24º | 0.22% | 1% | - |
| XYZ | 77.04 | 76.91 | 64.82 | - |
| YUV | 228.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 199 | 0 | 0.13 | 0.22 | 0.00 | 24 | 0.96 | 0.89 |
| Hex | FE | DD | C7 | 0 | D | 16 | 0 | 18 | 60 | 59 |
| Octal | 376 | 335 | 307 | 0 | 15 | 26 | 0 | 30 | 140 | 131 |
| Binary | 11111110 | 11011101 | 11000111 | 0 | 1101 | 10110 | 0 | 11000 | 1100000 | 1011001 |
Color Harmonies of #FEDDC7
Complementary color
Monochromatic Colors of #FEDDC7
Black with #FEDDC7
Text Example
Text Example
White with #FEDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC7; }
p { color: rgb(254,221,199); }
H1.HeaderClassName
{
color: #FEDDC7;
}
.AnyTagClassName
{
color: #FEDDC7;
}
</style>
background-color css
<style>
a { background-color: #FEDDC7; }
a { background-color: rgb(254,221,199); }
div.DivClassName
{
background-color: #FEDDC7;
}
.BgClassName
{
background-color: #FEDDC7;
}
</style>
border-color css
<style>
span { border-color: #FEDDC7; }
span { border-color: rgb(254,221,199); }
td.TdClassName
{
border-color: #FEDDC7;
}
.TagClassName
{
border-color: #FEDDC7;
}
</style>