Shades of Karry #FEDCC3
Tints of Karry #FEDCC3
RGB
CMYK
RGB Variations
Color information
#FEDCC3 (or 0xFEDCC3) is known color: Karry. HEX triplet: FE, DC and C3. RGB value is (254,220,195). Sum of RGB (Red+Green+Blue) = 254+220+195=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC3 is #01233C. Grayscale: #E3E3E3. Windows color (decimal): -74557 or 12836094. OLE color: 12836094.
HSL color Cylindrical-coordinate representation of color #FEDCC3: hue angle of 25.42º 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 #FEDCC3 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 195 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.00 |
| HSL | 25.42º | 0.97% | 0.88% | - |
| HSV(B) | 25.42º | 0.23% | 1% | - |
| XYZ | 76.32 | 76.2 | 62.32 | - |
| YUV | 227.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 195 | 0 | 0.13 | 0.23 | 0.00 | 25.42 | 0.97 | 0.88 |
| Hex | FE | DC | C3 | 0 | D | 17 | 0 | 19 | 61 | 58 |
| Octal | 376 | 334 | 303 | 0 | 15 | 27 | 0 | 31 | 141 | 130 |
| Binary | 11111110 | 11011100 | 11000011 | 0 | 1101 | 10111 | 0 | 11001 | 1100001 | 1011000 |
Color Harmonies of #FEDCC3
Complementary color
Monochromatic Colors of #FEDCC3
Black with #FEDCC3
Text Example
Text Example
White with #FEDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCC3; }
p { color: rgb(254,220,195); }
H1.HeaderClassName
{
color: #FEDCC3;
}
.AnyTagClassName
{
color: #FEDCC3;
}
</style>
background-color css
<style>
a { background-color: #FEDCC3; }
a { background-color: rgb(254,220,195); }
div.DivClassName
{
background-color: #FEDCC3;
}
.BgClassName
{
background-color: #FEDCC3;
}
</style>
border-color css
<style>
span { border-color: #FEDCC3; }
span { border-color: rgb(254,220,195); }
td.TdClassName
{
border-color: #FEDCC3;
}
.TagClassName
{
border-color: #FEDCC3;
}
</style>