Shades of Karry #FEDDC3
Tints of Karry #FEDDC3
RGB
CMYK
RGB Variations
Color information
#FEDDC3 (or 0xFEDDC3) is known color: Karry. HEX triplet: FE, DD and C3. RGB value is (254,221,195). Sum of RGB (Red+Green+Blue) = 254+221+195=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC3 is #01223C. Grayscale: #E4E4E4. Windows color (decimal): -74301 or 12836350. OLE color: 12836350.
HSL color Cylindrical-coordinate representation of color #FEDDC3: hue angle of 26.44º 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 #FEDDC3 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 195 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.00 |
| HSL | 26.44º | 0.97% | 0.88% | - |
| HSV(B) | 26.44º | 0.23% | 1% | - |
| XYZ | 76.58 | 76.72 | 62.4 | - |
| YUV | 227.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 195 | 0 | 0.13 | 0.23 | 0.00 | 26.44 | 0.97 | 0.88 |
| Hex | FE | DD | C3 | 0 | D | 17 | 0 | 1A | 61 | 58 |
| Octal | 376 | 335 | 303 | 0 | 15 | 27 | 0 | 32 | 141 | 130 |
| Binary | 11111110 | 11011101 | 11000011 | 0 | 1101 | 10111 | 0 | 11010 | 1100001 | 1011000 |
Color Harmonies of #FEDDC3
Complementary color
Monochromatic Colors of #FEDDC3
Black with #FEDDC3
Text Example
Text Example
White with #FEDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC3; }
p { color: rgb(254,221,195); }
H1.HeaderClassName
{
color: #FEDDC3;
}
.AnyTagClassName
{
color: #FEDDC3;
}
</style>
background-color css
<style>
a { background-color: #FEDDC3; }
a { background-color: rgb(254,221,195); }
div.DivClassName
{
background-color: #FEDDC3;
}
.BgClassName
{
background-color: #FEDDC3;
}
</style>
border-color css
<style>
span { border-color: #FEDDC3; }
span { border-color: rgb(254,221,195); }
td.TdClassName
{
border-color: #FEDDC3;
}
.TagClassName
{
border-color: #FEDDC3;
}
</style>