Shades of Karry #FADEC4
Tints of Karry #FADEC4
RGB
CMYK
RGB Variations
Color information
#FADEC4 (or 0xFADEC4) is known color: Karry. HEX triplet: FA, DE and C4. RGB value is (250,222,196). Sum of RGB (Red+Green+Blue) = 250+222+196=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC4 is #05213B. Grayscale: #E3E3E3. Windows color (decimal): -336188 or 12902138. OLE color: 12902138.
HSL color Cylindrical-coordinate representation of color #FADEC4: hue angle of 28.89º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FADEC4 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 196 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.02 |
| HSL | 28.89º | 0.84% | 0.87% | - |
| HSV(B) | 28.89º | 0.22% | 0.98% | - |
| XYZ | 75.51 | 76.55 | 63.02 | - |
| YUV | 227.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 196 | 0 | 0.11 | 0.22 | 0.02 | 28.89 | 0.84 | 0.87 |
| Hex | FA | DE | C4 | 0 | B | 16 | 2 | 1D | 54 | 57 |
| Octal | 372 | 336 | 304 | 0 | 13 | 26 | 2 | 35 | 124 | 127 |
| Binary | 11111010 | 11011110 | 11000100 | 0 | 1011 | 10110 | 10 | 11101 | 1010100 | 1010111 |
Color Harmonies of #FADEC4
Complementary color
Monochromatic Colors of #FADEC4
Black with #FADEC4
Text Example
Text Example
White with #FADEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC4; }
p { color: rgb(250,222,196); }
H1.HeaderClassName
{
color: #FADEC4;
}
.AnyTagClassName
{
color: #FADEC4;
}
</style>
background-color css
<style>
a { background-color: #FADEC4; }
a { background-color: rgb(250,222,196); }
div.DivClassName
{
background-color: #FADEC4;
}
.BgClassName
{
background-color: #FADEC4;
}
</style>
border-color css
<style>
span { border-color: #FADEC4; }
span { border-color: rgb(250,222,196); }
td.TdClassName
{
border-color: #FADEC4;
}
.TagClassName
{
border-color: #FADEC4;
}
</style>