Shades of Karry #FADEC6
Tints of Karry #FADEC6
RGB
CMYK
RGB Variations
Color information
#FADEC6 (or 0xFADEC6) is known color: Karry. HEX triplet: FA, DE and C6. RGB value is (250,222,198). Sum of RGB (Red+Green+Blue) = 250+222+198=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC6 is #052139. Grayscale: #E3E3E3. Windows color (decimal): -336186 or 13033210. OLE color: 13033210.
HSL color Cylindrical-coordinate representation of color #FADEC6: hue angle of 27.69º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FADEC6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 198 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 27.69º | 0.84% | 0.88% | - |
| HSV(B) | 27.69º | 0.21% | 0.98% | - |
| XYZ | 75.74 | 76.64 | 64.23 | - |
| YUV | 227.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 198 | 0 | 0.11 | 0.21 | 0.02 | 27.69 | 0.84 | 0.88 |
| Hex | FA | DE | C6 | 0 | B | 15 | 2 | 1C | 54 | 58 |
| Octal | 372 | 336 | 306 | 0 | 13 | 25 | 2 | 34 | 124 | 130 |
| Binary | 11111010 | 11011110 | 11000110 | 0 | 1011 | 10101 | 10 | 11100 | 1010100 | 1011000 |
Color Harmonies of #FADEC6
Complementary color
Monochromatic Colors of #FADEC6
Black with #FADEC6
Text Example
Text Example
White with #FADEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC6; }
p { color: rgb(250,222,198); }
H1.HeaderClassName
{
color: #FADEC6;
}
.AnyTagClassName
{
color: #FADEC6;
}
</style>
background-color css
<style>
a { background-color: #FADEC6; }
a { background-color: rgb(250,222,198); }
div.DivClassName
{
background-color: #FADEC6;
}
.BgClassName
{
background-color: #FADEC6;
}
</style>
border-color css
<style>
span { border-color: #FADEC6; }
span { border-color: rgb(250,222,198); }
td.TdClassName
{
border-color: #FADEC6;
}
.TagClassName
{
border-color: #FADEC6;
}
</style>