Shades of Karry #FADEC8
Tints of Karry #FADEC8
RGB
CMYK
RGB Variations
Color information
#FADEC8 (or 0xFADEC8) is known color: Karry. HEX triplet: FA, DE and C8. RGB value is (250,222,200). Sum of RGB (Red+Green+Blue) = 250+222+200=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC8 is #052137. Grayscale: #E3E3E3. Windows color (decimal): -336184 or 13164282. OLE color: 13164282.
HSL color Cylindrical-coordinate representation of color #FADEC8: hue angle of 26.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADEC8 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 200 | - |
| CMYK | 0 | 0.11 | 0.2 | 0.02 |
| HSL | 26.4º | 0.83% | 0.88% | - |
| HSV(B) | 26.4º | 0.2% | 0.98% | - |
| XYZ | 75.97 | 76.74 | 65.45 | - |
| YUV | 227.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 200 | 0 | 0.11 | 0.2 | 0.02 | 26.4 | 0.83 | 0.88 |
| Hex | FA | DE | C8 | 0 | B | 14 | 2 | 1A | 53 | 58 |
| Octal | 372 | 336 | 310 | 0 | 13 | 24 | 2 | 32 | 123 | 130 |
| Binary | 11111010 | 11011110 | 11001000 | 0 | 1011 | 10100 | 10 | 11010 | 1010011 | 1011000 |
Color Harmonies of #FADEC8
Complementary color
Monochromatic Colors of #FADEC8
Black with #FADEC8
Text Example
Text Example
White with #FADEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC8; }
p { color: rgb(250,222,200); }
H1.HeaderClassName
{
color: #FADEC8;
}
.AnyTagClassName
{
color: #FADEC8;
}
</style>
background-color css
<style>
a { background-color: #FADEC8; }
a { background-color: rgb(250,222,200); }
div.DivClassName
{
background-color: #FADEC8;
}
.BgClassName
{
background-color: #FADEC8;
}
</style>
border-color css
<style>
span { border-color: #FADEC8; }
span { border-color: rgb(250,222,200); }
td.TdClassName
{
border-color: #FADEC8;
}
.TagClassName
{
border-color: #FADEC8;
}
</style>