Shades of Karry #FEDDC4
Tints of Karry #FEDDC4
RGB
CMYK
RGB Variations
Color information
#FEDDC4 (or 0xFEDDC4) is known color: Karry. HEX triplet: FE, DD and C4. RGB value is (254,221,196). Sum of RGB (Red+Green+Blue) = 254+221+196=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC4 is #01223B. Grayscale: #E4E4E4. Windows color (decimal): -74300 or 12901886. OLE color: 12901886.
HSL color Cylindrical-coordinate representation of color #FEDDC4: hue angle of 25.86º 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 #FEDDC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 196 | - |
CMYK | 0 | 0.13 | 0.23 | 0.00 |
HSL | 25.86º | 0.97% | 0.88% | - |
HSV(B) | 25.86º | 0.23% | 1% | - |
XYZ | 76.69 | 76.77 | 63 | - |
YUV | 228.02 | 109.93 | 146.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 196 | 0 | 0.13 | 0.23 | 0.00 | 25.86 | 0.97 | 0.88 |
Hex | FE | DD | C4 | 0 | D | 17 | 0 | 1A | 61 | 58 |
Octal | 376 | 335 | 304 | 0 | 15 | 27 | 0 | 32 | 141 | 130 |
Binary | 11111110 | 11011101 | 11000100 | 0 | 1101 | 10111 | 0 | 11010 | 1100001 | 1011000 |
Color Harmonies of #FEDDC4
Complementary color
Monochromatic Colors of #FEDDC4
Black with #FEDDC4
Text Example
Text Example
White with #FEDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC4; }
p { color: rgb(254,221,196); }
H1.HeaderClassName
{
color: #FEDDC4;
}
.AnyTagClassName
{
color: #FEDDC4;
}
</style>
background-color css
<style>
a { background-color: #FEDDC4; }
a { background-color: rgb(254,221,196); }
div.DivClassName
{
background-color: #FEDDC4;
}
.BgClassName
{
background-color: #FEDDC4;
}
</style>
border-color css
<style>
span { border-color: #FEDDC4; }
span { border-color: rgb(254,221,196); }
td.TdClassName
{
border-color: #FEDDC4;
}
.TagClassName
{
border-color: #FEDDC4;
}
</style>