Shades of Karry #FEDFC2
Tints of Karry #FEDFC2
RGB
CMYK
RGB Variations
Color information
#FEDFC2 (or 0xFEDFC2) is known color: Karry. HEX triplet: FE, DF and C2. RGB value is (254,223,194). Sum of RGB (Red+Green+Blue) = 254+223+194=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 194 (76.17% from 255 or 28.91% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC2 is #01203D. Grayscale: #E5E5E5. Windows color (decimal): -73790 or 12771326. OLE color: 12771326.
HSL color Cylindrical-coordinate representation of color #FEDFC2: hue angle of 29º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEDFC2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 194 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.00 |
| HSL | 29º | 0.97% | 0.88% | - |
| HSV(B) | 29º | 0.24% | 1% | - |
| XYZ | 77 | 77.74 | 61.99 | - |
| YUV | 228.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 194 | 0 | 0.12 | 0.24 | 0.00 | 29 | 0.97 | 0.88 |
| Hex | FE | DF | C2 | 0 | C | 18 | 0 | 1D | 61 | 58 |
| Octal | 376 | 337 | 302 | 0 | 14 | 30 | 0 | 35 | 141 | 130 |
| Binary | 11111110 | 11011111 | 11000010 | 0 | 1100 | 11000 | 0 | 11101 | 1100001 | 1011000 |
Color Harmonies of #FEDFC2
Complementary color
Monochromatic Colors of #FEDFC2
Black with #FEDFC2
Text Example
Text Example
White with #FEDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFC2; }
p { color: rgb(254,223,194); }
H1.HeaderClassName
{
color: #FEDFC2;
}
.AnyTagClassName
{
color: #FEDFC2;
}
</style>
background-color css
<style>
a { background-color: #FEDFC2; }
a { background-color: rgb(254,223,194); }
div.DivClassName
{
background-color: #FEDFC2;
}
.BgClassName
{
background-color: #FEDFC2;
}
</style>
border-color css
<style>
span { border-color: #FEDFC2; }
span { border-color: rgb(254,223,194); }
td.TdClassName
{
border-color: #FEDFC2;
}
.TagClassName
{
border-color: #FEDFC2;
}
</style>